ClientHealthActivity Class

 

Represents the service application that will host the IAlertAgentProviderService provider service on every client machine in the network.

Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly:  AlertFramework (in AlertFramework.dll)

System::Object
  Microsoft.WindowsServer.Essentials.WindowsService::ActivityBase
    Microsoft.WindowsServerSolutions.Common.ProviderFramework::ProviderActivityBase
      Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework::ClientHealthActivity

public ref class ClientHealthActivity : ProviderActivityBase, 
	IAutoShutDown

NameDescription
System_CAPS_pubmethodClientHealthActivity()

Creates a new instance of the ClientHealthActivity object.

NameDescription
System_CAPS_pubpropertyWorkloadId

Gets the workload ID.

NameDescription
System_CAPS_pubmethodCreateProviderHosts()

Returns a non-empty list of ProviderHost objects.(Overrides ProviderActivityBase::CreateProviderHosts().)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodOnStart(IActivityHost^)

Called when the service starts; implements the initiation before the the health provider starts servicing.(Overrides ProviderActivityBase::OnStart(IActivityHost^).)

System_CAPS_pubmethodOnStartPass2(IActivityHost^)

(Inherited from ActivityBase.)

System_CAPS_pubmethodOnStop(IActivityHost^)

Called when the service is stopped; contains the cleanup code to run before the health provider stops servicing.(Overrides ProviderActivityBase::OnStop(IActivityHost^).)

System_CAPS_pubmethodOnStopPass2(IActivityHost^)

Called when the service is stopped; contains the cleanup code to run before the health provider stops servicing.(Overrides ActivityBase::OnStopPass2(IActivityHost^).)

System_CAPS_pubmethodToString()

(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.

Return to top

Community Additions

ADD
Show: