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)

Syntax

public long DelegateId { get; internal set; }
public:
property long long DelegateId {
    long long get();
    internal: void set(long long value);
}
member DelegateId : int64 with get, internal set
Public Property DelegateId As Long
    Get
    Friend Set
End Property

Property Value

Type: System.Int64

A Int64 value used to identify DataCacheNotificationDescriptor objects.

See Also

DataCacheNotificationDescriptor Class
Microsoft.ApplicationServer.Caching Namespace

Return to top