Share via


ProviderActivityBase Class

 

Describes the base functionality for a provider activity.

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

Inheritance Hierarchy

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

Syntax

[CLSCompliantAttribute(true)]
public abstract class ProviderActivityBase : ActivityBase
[CLSCompliantAttribute(true)]
public ref class ProviderActivityBase abstract : ActivityBase
<CLSCompliantAttribute(True)>
Public MustInherit Class ProviderActivityBase
    Inherits ActivityBase

Constructors

Name Description
System_CAPS_protmethod ProviderActivityBase()

Creates a new instance of the ProviderActivityBase object.

Methods

Name Description
System_CAPS_pubmethod CreateProviderHosts()

Returns a non-empty list of ProviderHost objects.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod OnStart(IActivityHost)

Called when a service the provider supports is started.(Overrides ActivityBase.OnStart(IActivityHost).)

System_CAPS_pubmethod OnStartPass2(IActivityHost)

(Inherited from ActivityBase.)

System_CAPS_pubmethod OnStop(IActivityHost)

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

System_CAPS_pubmethod OnStopPass2(IActivityHost)

(Inherited from ActivityBase.)

System_CAPS_pubmethod 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.Common.ProviderFramework Namespace

Return to top