System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (5)
383PerformOperation(this.createHandler, id, timeout, instance, unlockInstance);
408PerformOperation(this.deleteHandler, id, timeout);
536return PerformOperation(this.loadHandler, id, timeout, lockInstance);
681PerformOperation(this.unlockHandler, id, timeout);
695PerformOperation(this.updateHandler, id, timeout, instance, unlockInstance);