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