1 override of BeginUpdate
System.WorkflowServices (1)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (1)
1275
public override IAsyncResult
BeginUpdate
(object instance, TimeSpan timeout, bool unlockInstance, AsyncCallback callback, object state)
2 references to BeginUpdate
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (1)
611
result = this.durableInstance.lockingProvider.
BeginUpdate
(this.durableInstance.Instance, this.durableInstance.operationTimeout, disposeInstace, updateCallback, this);
System\ServiceModel\Persistence\LockingPersistenceProvider.cs (1)
44
return this.
BeginUpdate
(instance, timeout, false, callback, state);