1 override of BeginDelete
System.WorkflowServices (1)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (1)
1257
public override IAsyncResult
BeginDelete
(object instance, TimeSpan timeout, AsyncCallback callback, object state)
1 reference to BeginDelete
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (1)
586
result = this.durableInstance.provider.
BeginDelete
(this.durableInstance.Instance, this.durableInstance.operationTimeout, deleteCallback, this);