2 references to loadCallback
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (2)
804
result = this.durableInstance.lockingProvider.BeginLoad(this.durableInstance.operationTimeout, true,
loadCallback
, this);
808
result = this.durableInstance.provider.BeginLoad(this.durableInstance.operationTimeout,
loadCallback
, this);