ServerHealthActivity Class

 

Describes the health activity of a server.

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::ServerHealthActivity

public ref class ServerHealthActivity : ProviderActivityBase

NameDescription
System_CAPS_pubmethodServerHealthActivity()

Creates a new instance of the ServerHealthActivity object.

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 a service the provider supports is started; initializaes the health provider before the provider starts servicing.(Overrides ProviderActivityBase::OnStart(IActivityHost^).)

System_CAPS_pubmethodOnStartPass2(IActivityHost^)

(Inherited from ActivityBase.)

System_CAPS_pubmethodOnStop(IActivityHost^)

Called when the health provider is stopped; performs cleanup before the provider actually stops servicing.(Overrides ProviderActivityBase::OnStop(IActivityHost^).)

System_CAPS_pubmethodOnStopPass2(IActivityHost^)

Called when the health provider is stopped; performs cleanup before the provider actually 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: