5 instantiations of OperationAsyncResult
System.WorkflowServices (5)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (5)
317return new OperationAsyncResult(this.createHandler, this, id, timeout, callback, state, instance, unlockInstance); 327return new OperationAsyncResult(this.deleteHandler, this, id, timeout, callback, state); 336return new OperationAsyncResult(this.loadHandler, this, id, timeout, callback, state, lockInstance); 345return new OperationAsyncResult(this.unlockHandler, this, id, timeout, callback, state); 359return new OperationAsyncResult(this.updateHandler, this, id, timeout, callback, state, instance, unlockInstance);
9 references to OperationAsyncResult
System.WorkflowServices (9)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (9)
445OperationAsyncResult.End(result); 457OperationAsyncResult.End(result); 467return OperationAsyncResult.End(result); 472OperationAsyncResult.End(result); 482OperationAsyncResult.End(result); 1124OperationAsyncResult operationResult = AsyncResult.End<OperationAsyncResult>(result); 1136OperationAsyncResult operationResult = (OperationAsyncResult)result.AsyncState;