XDASrv Reference Manual
ClientUpdateHandlingMode Enumeration
See Also  Send Feedback
NSPlugin Namespace : ClientUpdateHandlingMode Enumeration




Controls the client update handling in the generic server. Professinal Edition only. The Standard Edition only supports the 'ManyChanges' mode.

Syntax

Visual Basic (Declaration) 
Public Enum ClientUpdateHandlingMode 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
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 

Members

MemberDescription
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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         NSPlugin.ClientUpdateHandlingMode

Requirements

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

See Also

Copyright © 2002-2011 Advosol Inc. All Rights Reserved.