1 instantiation of SuspendAsyncResult
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowControlClient.cs (1)
401
return new
SuspendAsyncResult
(base.Channel, this.IsTransactedInvoke, instanceId, reason, callback, state);
4 references to SuspendAsyncResult
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\WorkflowControlClient.cs (4)
407
SuspendAsyncResult
.End(result);
712
AsyncResult.End<
SuspendAsyncResult
>(result);
739
SuspendAsyncResult
thisPtr = (
SuspendAsyncResult
)result.AsyncState;