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