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.
Assembly: Microsoft.WindowsAzure.Mobile.Service.WebHost (in Microsoft.WindowsAzure.Mobile.Service.WebHost.dll)
Return Value
Type: System::Booleantrue if this service runs as a singleton instance; false if it potentially can run as multiple instances.
Show: