OptionsLoadTimeout Property

A timeout for the loading of the document.

If the document fails to load and reflow within the specified time then a TimeoutException will be raised.

Some operations cannot be halted immediately, so the exception may not be raised at the exact point of the timeout. In generally the two will be fairly close - less than a second apart - but conceivably the delay could be up to a minute or so.

The default timeout is ten minutes which should be enough for all but the very largest documents.

 

Namespace:  WebSupergoo.WordGlue4
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public TimeSpan LoadTimeout { get; set; }

Property Value

Type: TimeSpan
See Also