1 instantiation of TerminateAsyncResult
System.Activities (1)
System\Activities\WorkflowApplication.cs (1)
4099
TerminateAsyncResult result = new
TerminateAsyncResult
(instance, reason, callback, state);
5 references to TerminateAsyncResult
System.Activities (5)
System\Activities\WorkflowApplication.cs (5)
1095
return
TerminateAsyncResult
.Create(this, reason, timeout, callback, state);
1100
TerminateAsyncResult
.End(result);
4097
public static
TerminateAsyncResult
Create(WorkflowApplication instance, Exception reason, TimeSpan timeout, AsyncCallback callback, object state)
4099
TerminateAsyncResult
result = new TerminateAsyncResult(instance, reason, callback, state);
4106
AsyncResult.End<
TerminateAsyncResult
>(result);