コード例 #1
0
ファイル: QueuedEvent.cs プロジェクト: javithalion/NCache
 public QueuedEvent(TimeScheduler.Task task)
 {
     this.Task = task;
    
     this.stopwatch = new Stopwatch();
     this.stopwatch.Start();
 }
コード例 #2
0
ファイル: QueuedEvent.cs プロジェクト: usamabintariq/NCache
        public QueuedEvent(TimeScheduler.Task task)
        {
            this.Task = task;

            this.stopwatch = new Stopwatch();
            this.stopwatch.Start();
        }