uaPLUS Reference
ClientUpdateHandlingMode Enumeration
See Also  Send Feedback
NSPlugin Namespace : ClientUpdateHandlingMode Enumeration

Glossary Item Box

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
C# 
public enum ClientUpdateHandlingMode : System.Enum 

Members

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

Inheritance Hierarchy

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

Requirements

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

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.