MessageClientEntity.ThisLock Property

Gents an object used for locking the MessageClientEntity instance.

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)

Syntax

'Declaration
Protected ReadOnly Property ThisLock As Object
    Get
'Usage
Dim value As Object

value = Me.ThisLock
protected Object ThisLock { get; }
protected:
property Object^ ThisLock {
    Object^ get ();
}
member ThisLock : Object
function get ThisLock () : Object

Property Value

Type: System.Object
An object used for locking the MessageClientEntity instance.

See Also

Reference

MessageClientEntity Class

Microsoft.ServiceBus.Messaging Namespace