コード例 #1
0
ファイル: Service.cs プロジェクト: radtek/caasiope-blockchain
 protected virtual void StartImpl()
 {
     stopped.Reset();
     OnStart();
     IsRunning = true;
     Started.Call();
     started.Set();
 }