ClassWaitCompleteEventArgs
Class
Wait complete event args.
Definition
Namespace:ArtOfTest.Common
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class WaitCompleteEventArgs : EventArgs
Inheritance: objectEventArgsWaitCompleteEventArgs
Inherited Members
Constructors
WaitCompleteEventArgs(WaitResult)
Create a new WaitCompleteEventArgs.
Declaration
cs-api-definition
public WaitCompleteEventArgs(WaitResult waitResult)
Parameters
waitResult
The wait result.
Properties
WaitResult
Gets the wait result of this wait operation.