DbConnectionFailureEventArgs::RetryCount Property

Gets the number of retries that have already been performed for the apply transaction.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
property int RetryCount {
	int get ();
}

Property Value

Type: System::Int32
The number of retries that have already been performed for the apply transaction.
Show: