DataCacheNotificationDescriptor.ToString Method ()

 

Creates a copy of the DataCacheNotificationDescriptor object.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)

Syntax

public override string ToString()
public:
virtual String^ ToString() override
override ToString : unit -> string
Public Overrides Function ToString As String

Return Value

Type: System.String

A string value representing the CacheName and P:Microsoft.ApplicationServer.Caching.DataCacheNotificationDescriptor.DelegateID property values.

See Also

DataCacheNotificationDescriptor Class
Microsoft.ApplicationServer.Caching Namespace

Return to top