Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the health activity of a server.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServer.Essentials.WindowsService.ActivityBase
Microsoft.WindowsServerSolutions.Common.ProviderFramework.ProviderActivityBase
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework.ServerHealthActivity
Syntax
public class ServerHealthActivity : ProviderActivityBase
public ref class ServerHealthActivity : ProviderActivityBase
Public Class ServerHealthActivity
Inherits ProviderActivityBase
Constructors
Name | Description | |
---|---|---|
![]() |
ServerHealthActivity() | Creates a new instance of the ServerHealthActivity object. |
Methods
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 a service the provider supports is started; initializaes the health provider before the provider starts servicing.(Overrides ProviderActivityBase.OnStart(IActivityHost).) |
![]() |
OnStartPass2(IActivityHost) | (Inherited from ActivityBase.) |
![]() |
OnStop(IActivityHost) | Called when the health provider is stopped; performs cleanup before the provider actually stops servicing.(Overrides ProviderActivityBase.OnStop(IActivityHost).) |
![]() |
OnStopPass2(IActivityHost) | Called when the health provider is stopped; performs cleanup before the provider actually stops servicing.(Overrides ActivityBase.OnStopPass2(IActivityHost).) |
![]() |
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top