DataCacheNotificationDescriptor.ToString Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Creates a copy of the DataCacheNotificationDescriptor object.
Namespace: Microsoft.Data.Caching
Assembly: ClientLibrary (in clientlibrary.dll)
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As DataCacheNotificationDescriptor
Dim returnValue As String
returnValue = instance.ToString
public override string ToString ()
public:
virtual String^ ToString () override
public String ToString ()
public override function ToString () : String
Return Value
A string value representing the CacheName and DelegateID property values.
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