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.
Creates a new instance of the ProviderServiceBase object, using the specified service name and tracer.
Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)
Syntax
protected ProviderServiceBase(
    string serviceName,
    TraceSource tracer
)
protected:
ProviderServiceBase(
    String^ serviceName,
    TraceSource^ tracer
)
Protected Sub New (
    serviceName As String,
    tracer As TraceSource
)
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. 
- tracer 
 Type: System.Diagnostics.TraceSource- The tracer. 
See Also
ProviderServiceBase Overload
ProviderServiceBase Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top