CauBaseCommand.SyncRoot Property

 

An object that is used to synchronize this command's access to the pipeline thread.

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

Syntax

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

Property Value

Type: System.Object

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

See Also

CauBaseCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top