DataCacheLockHandle.ToString Method ()

 

Returns the specified object to string.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.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 that represents the object.

See Also

DataCacheLockHandle Class
Microsoft.ApplicationServer.Caching Namespace

Return to top