SqlRetryIntervalBaseEnumerator.MaxTimeInterval Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The maximum allowed time interval value.
public: property TimeSpan MaxTimeInterval { public:
TimeSpan get(); protected:
void set(TimeSpan value); };
public TimeSpan MaxTimeInterval { get; protected set; }
member this.MaxTimeInterval : TimeSpan with get, set
Public Property MaxTimeInterval As TimeSpan