BaseOperationNotification.ToString Method ()

 

Returns the string representation of the BaseOperationNotification event. Applies only to the server versions of AppFabric.

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

Returns String.

See Also

BaseOperationNotification Class
Microsoft.ApplicationServer.Caching Namespace

Return to top