CauBaseCommand.CancelTS Property

 

An object that manages the cancellation of this command.

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

Syntax

protected CancellationTokenSource CancelTS { get; private set; }
protected:
property CancellationTokenSource^ CancelTS {
    CancellationTokenSource^ get();
    private: void set(CancellationTokenSource^ value);
}
member CancelTS : CancellationTokenSource with get, private set
Protected Property CancelTS As CancellationTokenSource
    Get
    Private Set
End Property

Property Value

Type: System.Threading.CancellationTokenSource

The current CancellationTokenSource object. This property is initialized when a CauBaseCommand object is created.

See Also

CauBaseCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top