Share via


DataCacheNotificationDescriptor.DelegateID Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Namespace: Microsoft.Data.Caching
Assembly: ClientLibrary (in clientlibrary.dll)

Syntax

'Declaration
Public Property DelegateID As Long
'Usage
Dim instance As DataCacheNotificationDescriptor
Dim value As Long

value = instance.DelegateID
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 System.Int64 value used to identify DataCacheNotificationDescriptor objects.

Remarks

The DataCacheNotificationDescriptor object can be used to identify the cache notification. The delegate method that is invoked by a cache notification receives the corresponding DataCacheNotificationDescriptor object with the nd parameter. For more information about cache notifications, see Cache Notifications (Velocity).

See Also

Reference

DataCacheNotificationDescriptor Class
DataCacheNotificationDescriptor Members
Microsoft.Data.Caching Namespace