C# Class FoundationDB.Client.Native.FdbNativeDatabase

Inheritance: IFdbDatabaseHandler
Afficher le fichier Open project: BedeGaming/foundationdb-dotnet-client Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

Method Details

CreateTransaction() public méthode

public CreateTransaction ( FdbOperationContext context ) : IFdbTransactionHandler
context FdbOperationContext
Résultat IFdbTransactionHandler

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FdbNativeDatabase() public méthode

public FdbNativeDatabase ( DatabaseHandle handle ) : FoundationDB.Client.Core
handle DatabaseHandle
Résultat FoundationDB.Client.Core

SetOption() public méthode

public SetOption ( FdbDatabaseOption option, Slice data ) : void
option FdbDatabaseOption
data Slice
Résultat void