JobExecutionInfo.Timeout Property
Applies To: Windows 8.1
The amount of time the engine will wait for a job that is running within another engine to finish.
Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As JobExecutionInfo
Dim value As Integer
value = instance.Timeout
instance.Timeout = value
Syntax
'Declaration
Public Property Timeout As Integer
public int Timeout { get; set; }
public:
property int Timeout {
int get ();
void set (int __set_formal);
}
/** @property */
public int get_Timeout ()
/** @property */
public void set_Timeout (int __set_formal)
public function get Timeout () : int
public function set Timeout (__set_formal : int)
Property Value
Returns Int32.
Remarks
The amount of time the engine will wait for a job running within another engine to finish. If the solution is configured in Workload mode, this value must be 0.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows 8.1
See Also
Reference
JobExecutionInfo Class
JobExecutionInfo Members
Microsoft.Assessments.Hosting Namespace