UserTaskBufferItem constructor

UserTaskBufferItem(
  1. TaskControl taskControl,
  2. AppTaskExecutor<AppTask> taskExecutor,
  3. bool sendNotification,
  4. DateTime triggerTime,
)

Implementation

UserTaskBufferItem(this.taskControl, this.taskExecutor, this.sendNotification,
    this.triggerTime);