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 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 | |
---|---|---|
![]() |
ProviderActivityBase() | Creates a new instance of the ProviderActivityBase object. |
Methods
Name | Description | |
---|---|---|
![]() |
CreateProviderHosts() | Returns a non-empty list of ProviderHost objects. |
![]() |
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.(Overrides ActivityBase.OnStart(IActivityHost).) |
![]() |
OnStartPass2(IActivityHost) | (Inherited from ActivityBase.) |
![]() |
OnStop(IActivityHost) | Called when a service the provider supports is stopped.(Overrides ActivityBase.OnStop(IActivityHost).) |
![]() |
OnStopPass2(IActivityHost) | (Inherited from ActivityBase.) |
![]() |
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