CauClusterRoleBaseCommand.RollbackActions Class

 

Namespace:   Microsoft.ClusterAwareUpdating.Commands
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ClusterAwareUpdating.Commands.CauClusterRoleBaseCommand.RollbackActions

Syntax

protected class RollbackActions : IDisposable
protected ref class RollbackActions : IDisposable
type RollbackActions = 
    class
        interface IDisposable
    end
Protected Class RollbackActions
    Implements IDisposable

Constructors

Name Description
System_CAPS_pubmethod CauClusterRoleBaseCommand.RollbackActions(CauClusterRoleBaseCommand)

Methods

Name Description
System_CAPS_pubmethod Add(Action)

System_CAPS_pubmethod Dispose()

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 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.ClusterAwareUpdating.Commands Namespace

Return to top