ProviderServiceBase Class
Provides a generic Windows Service host environment to host ProviderHost objects.
Assembly: ProviderFramework (in ProviderFramework.dll)
System::MarshalByRefObject
System.ComponentModel::Component
System.ServiceProcess::ServiceBase
Microsoft.WindowsServerSolutions.Common.ProviderFramework::ProviderServiceBase
| Name | Description | |
|---|---|---|
![]() | ProviderServiceBase(String^) | Initializes a new instance of the ProviderServiceBase class with the specified service name. |
![]() | ProviderServiceBase(String^, Boolean) | Initializes a new instance of the ProviderServiceBase class with the specified service information. |
![]() | ProviderServiceBase(String^, Boolean, TraceSource^) | Initializes a new instance of the ProviderServiceBase class with the specified service information. |
![]() | ProviderServiceBase(String^, TraceSource^) | Creates a new instance of the ProviderServiceBase object, using the specified service name and tracer. |
| Name | Description | |
|---|---|---|
![]() | AutoLog | (Inherited from ServiceBase.) |
![]() | CanHandlePowerEvent | (Inherited from ServiceBase.) |
![]() | CanHandleSessionChangeEvent | (Inherited from ServiceBase.) |
![]() | CanPauseAndContinue | (Inherited from ServiceBase.) |
![]() | CanRaiseEvents | (Inherited from Component.) |
![]() | CanShutdown | (Inherited from ServiceBase.) |
![]() | CanStop | (Inherited from ServiceBase.) |
![]() | Container | (Inherited from Component.) |
![]() | DesignMode | (Inherited from Component.) |
![]() | EventLog | (Inherited from ServiceBase.) |
![]() | Events | (Inherited from Component.) |
![]() | ExitCode | (Inherited from ServiceBase.) |
![]() | ServiceHandle | (Inherited from ServiceBase.) |
![]() | ServiceName | (Inherited from ServiceBase.) |
![]() | Site | (Inherited from Component.) |
![]() | Tracer | Gets and sets the tracer. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




