Inheritance: System.ServiceProcess.ServiceBase
コード例 #1
0
 private void InvokeStopping(SqlTraceService.StoppingEventArgs e)
 {
     var handler = Stopping;
     if (handler != null) handler(this, e);
 }