DataCacheErrorCode.RegionDoesNotExist 字段

区域不存在。

命名空间: Microsoft.ApplicationServer.Caching
汇编: Microsoft.ApplicationServer.Caching.Core(在 microsoft.applicationserver.caching.core.dll 中)

用法

语法

声明
Public Const RegionDoesNotExist As Integer
public const int RegionDoesNotExist
public:
literal int RegionDoesNotExist
public static final int RegionDoesNotExist
public const var RegionDoesNotExist : int

备注

区域是缓存构造,因此重新启动缓存群集之后不再位于缓存中。群集每次启动时,必须使用 CreateRegion 方法创建区域。有关区域的详细信息,请参阅逻辑模型 (Velocity)

平台

开发平台

Visual Studio 2010 及更高版本, .NET Framework 4

目标平台

Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2

另请参阅

参考

DataCacheErrorCode 类
DataCacheErrorCode 成员
Microsoft.ApplicationServer.Caching 命名空间