| 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 | |
| Member | Description |
|---|---|
| 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. |
System.Object
System.ValueType
System.Enum
NSPlugin.WriteCacheUpdateHandlingMode
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