1 write to trackTimeout
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
144
this.
trackTimeout
= serviceHost.TrackTimeout;
8 references to trackTimeout
System.ServiceModel.Activities (8)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (8)
1082
IAsyncResult result = this.BeginFlushTrackingRecords(this.
trackTimeout
, Fx.ThunkCallback(new AsyncCallback(OnAbortTrackingComplete)), isUpdateFailure);
1232
IAsyncResult result = this.Controller.BeginFlushTrackingRecords(this.
trackTimeout
, TrackCompleteDoneCallback, this);
1286
IAsyncResult result = this.Controller.BeginFlushTrackingRecords(this.
trackTimeout
, TrackIdleDoneCallback, this);
1406
IAsyncResult result = this.Controller.BeginFlushTrackingRecords(this.
trackTimeout
, TrackUnhandledExceptionDoneCallback, data);
1592
return this.Controller.BeginFlushTrackingRecords(this.
trackTimeout
, callback, state);
3237
IAsyncResult result = this.instance.Controller.BeginFlushTrackingRecords(this.instance.
trackTimeout
, PrepareAsyncCompletion(handleEndTrack), this);
3735
IAsyncResult result = this.instance.Controller.BeginFlushTrackingRecords(this.instance.
trackTimeout
, PrepareInnerAsyncCompletion(trackingCompleteCallback), this);
4205
IAsyncResult result = this.instance.Controller.BeginFlushTrackingRecords(this.instance.
trackTimeout
, PrepareAsyncCompletion(handleEndTrack), this);