WebHostConfigProvider::IsSingletonInstance Method ()

 

Gets a value indicating whether the service is guaranteed to run as a singleton service, i.e. only using one instance, or whether it is running in an environment with potentially multiple instances.

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

protected:
virtual bool IsSingletonInstance()

Return Value

Type: System::Boolean

true if this service runs as a singleton instance; false if it potentially can run as multiple instances.

Return to top
Show: