DataCacheNotificationDescriptor.DelegateId 属性

DataCacheNotificationDescriptor 对象的标识符。用于区分 DataCacheNotificationDescriptor 对象。

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

用法

语法

声明
Public Property DelegateId As Long
public long DelegateId { get; }
public:
property long long DelegateId {
    long long get ();
}
/** @property */
public long get_DelegateId ()
public function get DelegateId () : long

属性值

用于标识 DataCacheNotificationDescriptor 对象的 Int64 值。

线程安全

此类型的任何公共静态( Visual Basic 中为共享)成员都是线程安全的。不能保证任何实例成员都具有线程安全性。

平台

开发平台

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

目标平台

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

另请参阅

参考

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