Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the ProviderServiceBase class with the specified service name.
Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)
Syntax
protected ProviderServiceBase(
    string serviceName
)
protected:
ProviderServiceBase(
    String^ serviceName
)
Protected Sub New (
    serviceName As String
)
Parameters
- serviceName 
 Type: System.String- The name of the Windows Service that is implemented by the new object. This must match the name that is registered with the Service Control Manager. 
See Also
ProviderServiceBase Overload
ProviderServiceBase Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top