SnapStreamingClientGetDatabaseTKey, TValue(String) Method

Accesses ClientDatabaseBaseTKey, TValue for given databaseName.

Definition

Namespace: SnapDB.Snap.Services.Net
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public override ClientDatabaseBase<TKey, TValue> GetDatabase<TKey, TValue>(
	string databaseName
)
where TKey : new(), SnapTypeBase<TKey>
where TValue : new(), SnapTypeBase<TValue>

Parameters

databaseName  String
The name of the database to access.

Type Parameters

TKey
The type of key to get.
TValue
The type of value associated with the key being acquired.

Return Value

ClientDatabaseBaseTKey, TValue
ClientDatabaseBaseTKey, TValue for given databaseName.

See Also