RetryingEventArgs::Delay Property

 

Gets the delay that indicates how long the current thread will be suspended before the next iteration is invoked.

Namespace:   Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

public:
property TimeSpan Delay {
	TimeSpan get();
	private: void set(TimeSpan value);
}

Property Value

Type: System::TimeSpan
Return to top
Show: