Share via


ProviderServiceBase Constructor

 

Creates a new instance of the T: object.

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

Overload List

Name Description
System_CAPS_protmethod ProviderServiceBase(String)

Initializes a new instance of the ProviderServiceBase class with the specified service name.

System_CAPS_protmethod ProviderServiceBase(String, Boolean)

Initializes a new instance of the ProviderServiceBase class with the specified service information.

System_CAPS_protmethod ProviderServiceBase(String, Boolean, TraceSource)

Initializes a new instance of the ProviderServiceBase class with the specified service information.

System_CAPS_protmethod ProviderServiceBase(String, TraceSource)

Creates a new instance of the ProviderServiceBase object, using the specified service name and tracer.

See Also

ProviderServiceBase Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top