Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Returns a string that represents the current RetryContext instance.

Namespace:   Microsoft.WindowsAzure.Storage.RetryPolicies
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.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.StringSystem::String^System.StringSystem.String

A string that represents the current RetryContext instance.

Return to top