C# Class FoundationDB.Client.Native.TransactionHandle

Inheritance: FdbSafeHandle
Show file Open project: BedeGaming/foundationdb-dotnet-client Class Usage Examples

Public Methods

Method Description
ToString ( ) : string
TransactionHandle ( ) : FoundationDB.Client.Utils

Protected Methods

Method Description
Destroy ( IntPtr handle ) : void

Method Details

Destroy() protected method

protected Destroy ( IntPtr handle ) : void
handle System.IntPtr
return void

ToString() public method

public ToString ( ) : string
return string

TransactionHandle() public method

public TransactionHandle ( ) : FoundationDB.Client.Utils
return FoundationDB.Client.Utils