CauBaseCommand.Disposed Property

 

Indicates whether the resources that are used by the cluster-aware updating (CAU) are released.

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

Syntax

protected bool Disposed { get; private set; }
protected:
property bool Disposed {
    bool get();
    private: void set(bool value);
}
member Disposed : bool with get, private set
Protected Property Disposed As Boolean
    Get
    Private Set
End Property

Property Value

Type: System.Boolean

The value is true if the resources are released; false otherwise.

See Also

CauBaseCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top