Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

StreamingCommandCompletionToken..::..LockToken Property

If the data source wants the caller to release the write lock, it will be provided here.

Namespace:  Tortuga.Chain.Core
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


[SuppressMessageAttribute]
public Nullable<IDisposable> LockToken { get; }
<SuppressMessageAttribute> _
Public ReadOnly Property LockToken As Nullable(Of IDisposable)
	Get
[SuppressMessageAttribute]
public:
property Nullable<IDisposable^> LockToken {
	Nullable<IDisposable^> get ();
}

Field Value

The lock token.