1 override of Load
System.WorkflowServices (1)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (1)
1318
public override object
Load
(TimeSpan timeout, bool lockInstance)
3 references to Load
System.WorkflowServices (3)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (1)
296
this.instance = this.lockingProvider.
Load
(this.operationTimeout, true);
System\ServiceModel\Persistence\LockingPersistenceProvider.cs (2)
58
return
Load
(timeout, false);
71
instance = this.
Load
(timeout, lockInstance);