private OpenDatabaseInternalAsync ( string databaseName, FdbSubspace subspace, bool readOnly, bool ownsCluster, |
||
databaseName | string | Name of the database. Must be 'DB' |
subspace | FdbSubspace | Subspace of keys that will be accessed. |
readOnly | bool | If true, the database will only allow read operations. |
ownsCluster | bool | If true, the database will dispose this cluster when it is disposed. |
cancellationToken | Cancellation Token | |
return | Task |