ISupportsBinaryStream Interface

Implementing this interface allows a binary stream to be attached to a buffer.

Definition

Namespace: SnapDB.IO.Unmanaged
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public interface ISupportsBinaryStream : IDisposable
Implements
IDisposable

Properties

IsDisposed Gets if the stream has been disposed.
IsReadOnly Gets if the stream can be written to.
RemainingSupportedIoSessions Gets the number of available simultaneous read and write sessions.

Methods

CreateIoSession Acquire an IO session.
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)

See Also