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)

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

[<AbstractClass>]
[<Sealed>]
type ServiceConfig = class end

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticConfig

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticInitialize(IConfigBuilder)

A static starting point for kicking off the configuration process.

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

Return to top
Show: