1 override of BeginUpdate
System.WorkflowServices (1)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (1)
1275public 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)
611result = this.durableInstance.lockingProvider.BeginUpdate(this.durableInstance.Instance, this.durableInstance.operationTimeout, disposeInstace, updateCallback, this);
System\ServiceModel\Persistence\LockingPersistenceProvider.cs (1)
44return this.BeginUpdate(instance, timeout, false, callback, state);