Visual Basic (Declaration) | |
---|---|
Public Enum WriteCacheUpdateHandlingMode Inherits System.Enum |
C# | |
---|---|
public enum WriteCacheUpdateHandlingMode : System.Enum |
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
NSPlugin.WriteCacheUpdateHandlingMode
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