1 override of BeginUpdate
System.WorkflowServices (1)
System\ServiceModel\Persistence\LockingPersistenceProvider.cs (1)
42public override IAsyncResult BeginUpdate(object instance, TimeSpan timeout, AsyncCallback callback, object state)
1 reference to BeginUpdate
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (1)
615result = this.durableInstance.provider.BeginUpdate(this.durableInstance.Instance, this.durableInstance.operationTimeout, updateCallback, this);