SnapServerDatabaseTKey, TValueCreateClientDatabase Method

Definition

Namespace: SnapDB.Snap.Services
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public override ClientDatabaseBase CreateClientDatabase(
	SnapClient client,
	Action<ClientDatabaseBase> onDispose
)

Parameters

client  SnapClient
The SnapClient instance that will use the created database.
onDispose  ActionClientDatabaseBase
An optional action to execute when the client database is disposed.

Return Value

ClientDatabaseBase
A new ClientDatabaseBase instance associated with this SnapServer.

See Also