ClassAsyncResult
Class
Definition
Namespace:ArtOfTest.WebAii.Design.UI
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class AsyncResult : IAsyncResult
Inheritance: objectAsyncResult
Implements:
Constructors
AsyncResult()
Declaration
cs-api-definition
public AsyncResult()
Properties
AsyncState
Declaration
cs-api-definition
public object AsyncState { get; set; }
Property Value
Implements
AsyncWaitHandle
Declaration
cs-api-definition
public WaitHandle AsyncWaitHandle { get; }
Property Value
Implements
CompletedSynchronously
Declaration
cs-api-definition
public bool CompletedSynchronously { get; }
Property Value
Implements