1 instantiation of SuspendAsyncResult
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
4624
SuspendAsyncResult result = new
SuspendAsyncResult
(instance, isUnlocked, reason, transaction, callback, state);
7 references to SuspendAsyncResult
System.ServiceModel.Activities (7)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (7)
1476
return
SuspendAsyncResult
.Create(this, isUnlocked, reason, transaction, timeout, callback, state);
1481
SuspendAsyncResult
.End(result);
4622
public static
SuspendAsyncResult
Create(WorkflowServiceInstance instance, bool isUnlocked, string reason, Transaction transaction, TimeSpan timeout, AsyncCallback callback, object state)
4624
SuspendAsyncResult
result = new SuspendAsyncResult(instance, isUnlocked, reason, transaction, callback, state);
4631
AsyncResult.End<
SuspendAsyncResult
>(result);
4671
SuspendAsyncResult
parent;
4673
public SuspendCoreAsyncResult(
SuspendAsyncResult
parent, AsyncCallback callback, object state)