SIFWorks ADK 2.0
DefaultTimeout Property
NamespacesEdustructures.SifWorksAgentPropertiesDefaultTimeout

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

Gets the default timeout value used by the Adk for functions that accept a timeout as a parameter.
Sets the default timeout value used by the Adk for functions that accept a timeout as a parameter.
Declaration Syntax
C#Visual BasicVisual C++
public virtual TimeSpan DefaultTimeout{ get; set;}
Public Overridable Property DefaultTimeout As TimeSpan
public:
virtual property TimeSpan DefaultTimeout {
	TimeSpan get ();
	void set (TimeSpan value);
}
Return Value
A timeout value as a timespan value (defaults to 30 seconds )

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