Share via


ServiceConfig Class

 

The ServiceConfig is a static class that kicks of the configuration process of a service.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Mobile.Service.ServiceConfig

Syntax

public static class ServiceConfig
public ref class ServiceConfig abstract sealed 
[<AbstractClass>]
[<Sealed>]
type ServiceConfig = class end
Public NotInheritable Class ServiceConfig

Properties

Name Description
System_CAPS_pubpropertySystem_CAPS_static Config

Gets the HttpConfiguration resulting from having initialized the service, or null if the service has not been initialized.

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Initialize(IConfigBuilder)

A static starting point for kicking off the configuration process.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top