1 write to operationTimeout
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (1)
78
this.
operationTimeout
= operationTimeout;
16 references to operationTimeout
System.WorkflowServices (16)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (16)
173
this.lockingProvider.Unlock(this.
operationTimeout
);
182
this.provider.Delete(this.instance, this.
operationTimeout
);
201
this.lockingProvider.Create(this.Instance, this.
operationTimeout
, disposeInstance);
205
this.provider.Create(this.Instance, this.
operationTimeout
);
225
this.lockingProvider.Update(this.Instance, this.
operationTimeout
, disposeInstance);
229
this.provider.Update(this.Instance, this.
operationTimeout
);
296
this.instance = this.lockingProvider.Load(this.
operationTimeout
, true);
300
this.instance = this.provider.Load(this.
operationTimeout
);
577
result = this.durableInstance.lockingProvider.BeginUnlock(this.durableInstance.
operationTimeout
, unlockCallback, this);
586
result = this.durableInstance.provider.BeginDelete(this.durableInstance.Instance, this.durableInstance.
operationTimeout
, deleteCallback, this);
596
result = this.durableInstance.lockingProvider.BeginCreate(this.durableInstance.Instance, this.durableInstance.
operationTimeout
, disposeInstace, createCallback, this);
600
result = this.durableInstance.provider.BeginCreate(this.durableInstance.Instance, this.durableInstance.
operationTimeout
, createCallback, this);
611
result = this.durableInstance.lockingProvider.BeginUpdate(this.durableInstance.Instance, this.durableInstance.
operationTimeout
, disposeInstace, updateCallback, this);
615
result = this.durableInstance.provider.BeginUpdate(this.durableInstance.Instance, this.durableInstance.
operationTimeout
, updateCallback, this);
804
result = this.durableInstance.lockingProvider.BeginLoad(this.durableInstance.
operationTimeout
, true, loadCallback, this);
808
result = this.durableInstance.provider.BeginLoad(this.durableInstance.
operationTimeout
, loadCallback, this);