StreamingClientDatabaseTKey, TValue Constructor

Creates a streaming wrapper around a database.

Definition

Namespace: SnapDB.Snap.Services.Net
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public StreamingClientDatabase(
	RemoteBinaryStream stream,
	Action onDispose,
	DatabaseInfo info
)

Parameters

stream  RemoteBinaryStream
The remote binary stream used for communication.
onDispose  Action
The action to perform when the database is disposed.
info  DatabaseInfo
The database information.

See Also