2 instantiations of GetInstanceAsyncResult
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (2)
271return new GetInstanceAsyncResult(this, instanceKey, additionalKeys, parameters, timeout, callback, state); 278return new GetInstanceAsyncResult(this, instanceId, parameters, updatedIdentity, timeout, callback, state);
14 references to GetInstanceAsyncResult
System.ServiceModel.Activities (14)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (14)
283return GetInstanceAsyncResult.End(result); 1059return AsyncResult.End<GetInstanceAsyncResult>(result).durableInstance; 1078GetInstanceAsyncResult thisPtr = (GetInstanceAsyncResult)result.AsyncState; 1132GetInstanceAsyncResult thisPtr = (GetInstanceAsyncResult)result.AsyncState; 1228GetInstanceAsyncResult thisPtr = (GetInstanceAsyncResult)result.AsyncState; 1246GetInstanceAsyncResult thisPtr = (GetInstanceAsyncResult)result.AsyncState; 1284GetInstanceAsyncResult thisPtr = (GetInstanceAsyncResult)result.AsyncState; 1292GetInstanceAsyncResult thisPtr = (GetInstanceAsyncResult)result;