2 references to onTimerCallback
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (2)
5665
this.persistTimer = new IOThreadTimer(
onTimerCallback
, new Action(Persist), true);
5669
this.unloadTimer = new IOThreadTimer(
onTimerCallback
, new Action(Unload), true);