• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Enum StreamMode

Specifies the modes of CacheStream.

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.

Back to top Copyright © 2017 Alachisoft