5 references to 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);