Visual Basic (Declaration) | |
---|---|
Public Enum ClientUpdateHandlingMode Inherits System.Enum |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ClientUpdateHandlingMode |
C# | |
---|---|
public enum ClientUpdateHandlingMode : System.Enum |
Managed Extensions for C++ | |
---|---|
__value public enum ClientUpdateHandlingMode : public System.Enum |
C++/CLI | |
---|---|
public enum class ClientUpdateHandlingMode : public System.Enum |
Member | Description |
---|---|
ManyChanges | (0) 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 | (1) 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family