CauBaseCommand.IsOnPipelineThread Property

 

Indicates whether the command is on the pipeline thread.

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

Syntax

protected bool IsOnPipelineThread { get; }
protected:
property bool IsOnPipelineThread {
    bool get();
}
member IsOnPipelineThread : bool with get
Protected ReadOnly Property IsOnPipelineThread As Boolean

Property Value

Type: System.Boolean

The value is true if the command is on the pipeline thread; false otherwise.

See Also

CauBaseCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top