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




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
Visual Basic (Usage)Copy Code
Dim instance As WriteCacheUpdateHandlingMode
C# 
public enum WriteCacheUpdateHandlingMode : System.Enum 
Managed Extensions for C++ 
__value public enum WriteCacheUpdateHandlingMode : public System.Enum 
C++/CLI 
public enum class WriteCacheUpdateHandlingMode : public System.Enum 

Members

MemberDescription
Custom(1) 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(0) 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 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.