ClientHealthActivity Class
Represents the service application that will host the IAlertAgentProviderService provider service on every client machine in the network.
Assembly: AlertFramework (in AlertFramework.dll)
Microsoft.WindowsServer.Essentials.WindowsService::ActivityBase
Microsoft.WindowsServerSolutions.Common.ProviderFramework::ProviderActivityBase
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework::ClientHealthActivity
| Name | Description | |
|---|---|---|
![]() | ClientHealthActivity() | Creates a new instance of the ClientHealthActivity object. |
| Name | Description | |
|---|---|---|
![]() | WorkloadId | Gets the workload ID. |
| Name | Description | |
|---|---|---|
![]() | CreateProviderHosts() | Returns a non-empty list of ProviderHost objects.(Overrides ProviderActivityBase::CreateProviderHosts().) |
![]() | 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 the service starts; implements the initiation before the the health provider starts servicing.(Overrides ProviderActivityBase::OnStart(IActivityHost^).) |
![]() | OnStartPass2(IActivityHost^) | (Inherited from ActivityBase.) |
![]() | OnStop(IActivityHost^) | Called when the service is stopped; contains the cleanup code to run before the health provider stops servicing.(Overrides ProviderActivityBase::OnStop(IActivityHost^).) |
![]() | OnStopPass2(IActivityHost^) | Called when the service is stopped; contains the cleanup code to run before the health provider stops servicing.(Overrides ActivityBase::OnStopPass2(IActivityHost^).) |
![]() | 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.


