ProviderActivityBase Class
Describes the base functionality for a provider activity.
Assembly: ProviderFramework (in ProviderFramework.dll)
Microsoft.WindowsServer.Essentials.WindowsService::ActivityBase
Microsoft.WindowsServerSolutions.Common.ProviderFramework::ProviderActivityBase
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework::ClientHealthActivity
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework::ServerHealthActivity
| Name | Description | |
|---|---|---|
![]() | ProviderActivityBase() | Creates a new instance of the ProviderActivityBase object. |
| Name | Description | |
|---|---|---|
![]() | CreateProviderHosts() | Returns a non-empty list of ProviderHost objects. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnStart(IActivityHost^) | Called when a service the provider supports is started.(Overrides ActivityBase::OnStart(IActivityHost^).) |
![]() | OnStartPass2(IActivityHost^) | (Inherited from ActivityBase.) |
![]() | OnStop(IActivityHost^) | Called when a service the provider supports is stopped.(Overrides ActivityBase::OnStop(IActivityHost^).) |
![]() | OnStopPass2(IActivityHost^) | (Inherited from ActivityBase.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

