示例#1
0
文件: Log.cs 项目: e2wugui/zeze
 public void StopSnapshotPerDayTimer()
 {
     lock (Raft)
     {
         SnapshotTimer?.Cancel();
         SnapshotTimer = null;
     }
 }