1 instantiation of UnsuspendAsyncResult
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowUpdateableControlClient.cs (1)
452
return new
UnsuspendAsyncResult
(base.Channel, this.IsTransactedInvoke, instanceId, callback, state);
4 references to UnsuspendAsyncResult
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\WorkflowUpdateableControlClient.cs (4)
458
UnsuspendAsyncResult
.End(result);
845
AsyncResult.End<
UnsuspendAsyncResult
>(result);
872
UnsuspendAsyncResult
thisPtr = (
UnsuspendAsyncResult
)result.AsyncState;