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

Glossary Item Box

Controls the cache update in the Write handling. Professinal Edition only. The Standard Edition only supports the GenericServer mode.

Syntax

Visual Basic (Declaration) 
Public Enum WriteCacheUpdateHandlingMode 
   Inherits System.Enum
C# 
public enum WriteCacheUpdateHandlingMode : System.Enum 

Members

MemberDescription
Custom The generic server does NOT update the cache. The customization module has to update the cache by executing the SetItemValue callback method for each written item.
GenericServer The cache is updated in the generic server after returning from the customization WiteItems method. Items with write error are not updated in the cache.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         NSPlugin.WriteCacheUpdateHandlingMode

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.