The commit token generated at the commit time of this transaction.
This operation can only be performed after this transaction has committed.
Namespace:
BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
Syntax
C# |
---|
public byte[] CommitToken { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property CommitToken As Byte() |
Visual C++ |
---|
public: property array<unsigned char>^ CommitToken { array<unsigned char>^ get (); } |