Class TaskResult
Mimic a Task but you can set AsyncState
Assembly: Titanium.Web.Proxy.dll
Syntax
public class TaskResult : IAsyncResult
Constructors
|
Improve this Doc
View Source
TaskResult(Task, Object)
Declaration
public TaskResult(Task pTask, object state)
Parameters
Properties
|
Improve this Doc
View Source
AsyncState
Declaration
public object AsyncState { get; }
Property Value
|
Improve this Doc
View Source
AsyncWaitHandle
Declaration
public WaitHandle AsyncWaitHandle { get; }
Property Value
|
Improve this Doc
View Source
CompletedSynchronously
Declaration
public bool CompletedSynchronously { get; }
Property Value
|
Improve this Doc
View Source
IsCompleted
Declaration
public bool IsCompleted { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetResult()
Declaration
Implements