Compartilhar via


ProviderServiceBase Constructor (String)

 

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