StreamingClientDatabaseTKey, TValue Constructor
Creates a streaming wrapper around a database.
Namespace: SnapDB.Snap.Services.NetAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
SnapDB.Snap.Services.Net.StreamingClientDatabase = function(stream, onDispose, 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.