RemoteBinaryStream Constructor
Initializes a new instance of the RemoteBinaryStream class with the specified stream for communication.
Namespace: SnapDB.IOAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
SnapDB.IO.RemoteBinaryStream = function(stream, workerThreadSynchronization);
Parameters
- stream Stream
- The underlying stream used for communication.
- workerThreadSynchronization WorkerThreadSynchronization (Optional)
-
An optional instance of WorkerThreadSynchronization for synchronization. If not provided, a new instance will be created.
| Exception | Thrown if the processor is not little-endian (not supported). |