C# Class FoundationDB.Client.Native.FdbNativeDatabase

Inheritance: IFdbDatabaseHandler
Mostra file Open project: BedeGaming/foundationdb-dotnet-client Class Usage Examples

Public Methods

Method Description
CreateTransaction ( FdbOperationContext context ) : IFdbTransactionHandler
Dispose ( ) : void
FdbNativeDatabase ( DatabaseHandle handle ) : FoundationDB.Client.Core
SetOption ( FdbDatabaseOption option, Slice data ) : void

Private Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

CreateTransaction() public method

public CreateTransaction ( FdbOperationContext context ) : IFdbTransactionHandler
context FdbOperationContext
return IFdbTransactionHandler

Dispose() public method

public Dispose ( ) : void
return void

FdbNativeDatabase() public method

public FdbNativeDatabase ( DatabaseHandle handle ) : FoundationDB.Client.Core
handle DatabaseHandle
return FoundationDB.Client.Core

SetOption() public method

public SetOption ( FdbDatabaseOption option, Slice data ) : void
option FdbDatabaseOption
data Slice
return void