ProviderActivityBase Class

 

Describes the base functionality for a provider activity.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

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

[CLSCompliantAttribute(true)]
public ref class ProviderActivityBase abstract : ActivityBase

NameDescription
System_CAPS_protmethodProviderActivityBase()

Creates a new instance of the ProviderActivityBase object.

NameDescription
System_CAPS_pubmethodCreateProviderHosts()

Returns a non-empty list of ProviderHost objects.

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.(Overrides ActivityBase::OnStart(IActivityHost^).)

System_CAPS_pubmethodOnStartPass2(IActivityHost^)

(Inherited from ActivityBase.)

System_CAPS_pubmethodOnStop(IActivityHost^)

Called when a service the provider supports is stopped.(Overrides ActivityBase::OnStop(IActivityHost^).)

System_CAPS_pubmethodOnStopPass2(IActivityHost^)

(Inherited from ActivityBase.)

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: