Class
AsyncResult

Definition

Namespace:ArtOfTest.WebAii.Design.UI

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class AsyncResult : IAsyncResult

Inheritance: objectAsyncResult

Implements: IAsyncResult

Constructors

AsyncResult()

Declaration

cs-api-definition
public AsyncResult()

Properties

AsyncState

Declaration

cs-api-definition
public object AsyncState { get; set; }

Property Value

object

Implements IAsyncResult.AsyncState

AsyncWaitHandle

Declaration

cs-api-definition
public WaitHandle AsyncWaitHandle { get; }

Property Value

WaitHandle

Implements IAsyncResult.AsyncWaitHandle

CompletedSynchronously

Declaration

cs-api-definition
public bool CompletedSynchronously { get; }

Property Value

bool

Implements IAsyncResult.CompletedSynchronously

IsCompleted

Declaration

cs-api-definition
public bool IsCompleted { get; set; }

Property Value

bool

Implements IAsyncResult.IsCompleted