RetryPolicy::Retrying Event

 

An instance of a callback delegate that will be invoked whenever a retry condition is encountered.

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

public:
event EventHandler<RetryingEventArgs^>^ Retrying {
	void add(EventHandler<RetryingEventArgs^>^ value);
	void remove(EventHandler<RetryingEventArgs^>^ value);
}
Return to top
Show: