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