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