Class
WaitCompleteEventArgs

Wait complete event args.

Definition

Namespace:ArtOfTest.Common

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public class WaitCompleteEventArgs : EventArgs

Inheritance: objectEventArgsWaitCompleteEventArgs

Inherited Members EventArgs.Empty

Constructors

WaitCompleteEventArgs(WaitResult)

Create a new WaitCompleteEventArgs.

Declaration

cs-api-definition
public WaitCompleteEventArgs(WaitResult waitResult)

Parameters

waitResult

WaitResult

The wait result.

Properties

WaitResult

Gets the wait result of this wait operation.

Declaration

cs-api-definition
public WaitResult WaitResult { get; }

Property Value

WaitResult