1 override of BeginCreate
System.WorkflowServices (1)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (1)
1251public override IAsyncResult BeginCreate(object instance, TimeSpan timeout, bool unlockInstance, AsyncCallback callback, object state)
2 references to BeginCreate
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (1)
596result = this.durableInstance.lockingProvider.BeginCreate(this.durableInstance.Instance, this.durableInstance.operationTimeout, disposeInstace, createCallback, this);
System\ServiceModel\Persistence\LockingPersistenceProvider.cs (1)
18return this.BeginCreate(instance, timeout, false, callback, state);