Share via


JobPendingEventArgs.Timeout Property

Applies To: Windows 8.1

The amount of time the engine will wait for a job running within another engine to finish.

Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As JobPendingEventArgs
Dim value As Integer

value = instance.Timeout

Syntax

'Declaration
Public ReadOnly Property Timeout As Integer
public int Timeout { get; }
public:
property int Timeout {
    int get ();
}
/** @property */
public int get_Timeout ()
public function get Timeout () : int

Property Value

Returns Int32.

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

JobPendingEventArgs Class
JobPendingEventArgs Members
Microsoft.Assessments.Hosting Namespace