1 override of EndLoad
System.WorkflowServices (1)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (1)
1303
public override object
EndLoad
(IAsyncResult result)
3 references to EndLoad
System.WorkflowServices (3)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (2)
842
this.durableInstance.instance = this.durableInstance.provider.
EndLoad
(result);
884
startResult.durableInstance.instance = startResult.durableInstance.provider.
EndLoad
(result);
System\ServiceModel\Persistence\PersistenceProvider.cs (1)
48
instance = this.
EndLoad
(result);