Partager via


ProviderHost.SingletonInstance Property

 

Gets the singleton instance of the hosted service.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

Syntax

public object SingletonInstance { get; private set; }
public:
property Object^ SingletonInstance {
    Object^ get();
    private: void set(Object^ value);
}
Public Property SingletonInstance As Object
    Get
    Private Set
End Property

Property Value

Type: System.Object

An instance of Object that represents the singleton instance of the hosted service.

See Also

ProviderHost Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top