Specifies the modes of CacehStream.

Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public enum StreamMode
Visual Basic
Public Enumeration StreamMode
Visual C++
public enum class StreamMode

Members

Member nameValueDescription
Read0 Choose this mode for readonly access to the stream by acquiring reader lock.
ReadWithoutLock1 Choose this mode for readonly access to the stream without acquiring reader lock.
Write2 Choose this mode for write access to the stream.

See Also