SIFWorks ADK 2.0
Retry Property
NamespacesEdustructures.SifWorksAdkExceptionRetry

[This is preliminary documentation and is subject to change.]

Determines if the Adk should attempt to retry the operation associated with this exception.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool Retry{ get; set;}
Public Overridable Property Retry As Boolean
public:
virtual property bool Retry {
	bool get ();
	void set (bool value);
}
Value
True if the exception is flagged for retry (the default is false). The method that catches the exception should attempt to retry the operation in progress.

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10