Property Descriptor
Descriptor
It specifies the description of general events. Only applicable for general events, otherwise it will be null.
Declaration
public CacheEventDescriptor Descriptor { get; }
Property Value
| Type | Description |
|---|---|
| CacheEventDescriptor | It contains the link necessary for registered delegate use and unregistration, as required. |