StreamingCommandCompletionToken..::..LockToken Property
If the data source wants the caller to release the write lock, it will be provided here.
Namespace:
Tortuga.Chain.CoreAssembly: 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 (); }