1 instantiation of SuspendAsyncResult
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowUpdateableControlClient.cs (1)
440return new SuspendAsyncResult(base.Channel, this.IsTransactedInvoke, instanceId, reason, callback, state);
4 references to SuspendAsyncResult
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\WorkflowUpdateableControlClient.cs (4)
446SuspendAsyncResult.End(result); 784AsyncResult.End<SuspendAsyncResult>(result); 811SuspendAsyncResult thisPtr = (SuspendAsyncResult)result.AsyncState;