1 override of BeginUnlock
System.WorkflowServices (1)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (1)
1269public override IAsyncResult BeginUnlock(TimeSpan timeout, AsyncCallback callback, object state)
1 reference to BeginUnlock
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (1)
577result = this.durableInstance.lockingProvider.BeginUnlock(this.durableInstance.operationTimeout, unlockCallback, this);