1 instantiation of UnsuspendAsyncResult
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowControlClient.cs (1)
413
return new
UnsuspendAsyncResult
(base.Channel, this.IsTransactedInvoke, instanceId, callback, state);
4 references to UnsuspendAsyncResult
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\WorkflowControlClient.cs (4)
419
UnsuspendAsyncResult
.End(result);
773
AsyncResult.End<
UnsuspendAsyncResult
>(result);
800
UnsuspendAsyncResult
thisPtr = (
UnsuspendAsyncResult
)result.AsyncState;