1 override of BeginLoad
System.WorkflowServices (1)
System\ServiceModel\Persistence\LockingPersistenceProvider.cs (1)
23
public override IAsyncResult
BeginLoad
(TimeSpan timeout, AsyncCallback callback, object state)
2 references to BeginLoad
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (1)
808
result = this.durableInstance.provider.
BeginLoad
(this.durableInstance.operationTimeout, loadCallback, this);
System\ServiceModel\Persistence\PersistenceProvider.cs (1)
34
return this.
BeginLoad
(timeout, callback, state);