ISupportsBinaryStreamRemainingSupportedIoSessions Property

Gets the number of available simultaneous read and write sessions.

Definition

Namespace: SnapDB.IO.Unmanaged
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
int RemainingSupportedIoSessions { get; }

Property Value

Int32

Remarks

This value is used to determine if a binary stream can be cloned to improve read, write, and copy performance.

See Also