示例#1
0
        void OnClose(ScheduleHandle handle)
        {
            handle.Dispose();
            this.closeCount++;

            if (!this.resetEvent.IsSet)
            {
                this.resetEvent.Set();
            }
        }
示例#2
0
 static void OnClose(ScheduleHandle handle) => handle.Dispose();
示例#3
0
 void OnClose(ScheduleHandle handle)
 {
     handle.Dispose();
     this.closeCount++;
 }
示例#4
0
 private void OnClosed(ScheduleHandle handle) => handle.Dispose();