SqlWorkflowInstanceStore::MaxConnectionRetries Property

.NET Framework (current version)
 

Gets or sets the maximum number of SQL connection retries. The default value is 4.

Namespace:   System.Activities.DurableInstancing
Assembly:  System.Activities.DurableInstancing (in System.Activities.DurableInstancing.dll)

public:
property int MaxConnectionRetries {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

An integer representing the maximum number of SQL connection retries.

.NET Framework
Available since 4.5
Return to top
Show: