Visual Basic (Declaration) | |
---|---|
Public Enum ClientUpdateHandlingMode Inherits System.Enum |
C# | |
---|---|
public enum ClientUpdateHandlingMode : System.Enum |
Member | Description |
---|---|
ManyChanges | In this mode the update handling is optimized for troughput (many value changes). The client update thread periodically checks the cache for all items in active groups. This handling is optimal if there are up to hundreds of items in the client groups and there are rather many value changes. |
ManyItems | In this mode the update handling is optimized for client groups with a large number of items. The cache update handler writes changes items in a queue for each client group. The client update thread transfers the values of the queued items to the client. This mode is optimal if there are a large number of items in the client groups but there are typically less than 1000 value changes per second. |
System.Object
System.ValueType
System.Enum
NSPlugin.ClientUpdateHandlingMode
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2