Enum StreamMode
Specifies the modes of CacheStream.
Namespace:
Assembly: Alachisoft.NCache.Client.dll
Syntax
public enum StreamMode
Fields
Name | Description |
---|---|
Read | Choose this mode for read-only access to the stream by acquiring reader lock. |
ReadWithoutLock | Choose this mode for read-only access to the stream without acquiring reader lock. |
Write | Choose this mode for write access to the stream. |