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