Share via


DataCacheNotificationDescriptor.DelegateId Property

Identifier for the DataCacheNotificationDescriptor object. Used to distinguish between DataCacheNotificationDescriptor objects.

Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Client (in microsoft.applicationserver.caching.client.dll)

Usage

'Usage
Dim instance As DataCacheNotificationDescriptor
Dim value As Long

value = instance.DelegateId

Syntax

'Declaration
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

Property Value

A Int64 value used to identify DataCacheNotificationDescriptor objects.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Visual Studio 2010 and later, .NET Framework 4

Target Platforms

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

See Also

Reference

DataCacheNotificationDescriptor Class
DataCacheNotificationDescriptor Members
Microsoft.ApplicationServer.Caching Namespace

  ff425062(v=azure.10).md 2011-08-26