Class AsyncResult
Inheritance
System.Object
AsyncResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class AsyncResult : IAsyncResult
Constructors
AsyncResult()
Declaration
public AsyncResult()
Properties
AsyncState
Declaration
public object AsyncState { get; set; }
Property Value
System.Object
|
Implements
System.IAsyncResult.AsyncState
AsyncWaitHandle
Declaration
public WaitHandle AsyncWaitHandle { get; }
Property Value
System.Threading.WaitHandle
|
Implements
System.IAsyncResult.AsyncWaitHandle
CompletedSynchronously
Declaration
public bool CompletedSynchronously { get; }
Property Value
System.Boolean
|
Implements
System.IAsyncResult.CompletedSynchronously
IsCompleted
Declaration
public bool IsCompleted { get; set; }
Property Value
System.Boolean
|
Implements
System.IAsyncResult.IsCompleted