Beispiel #1
0
 protected void CancelBackGroundJob()
 {
     if (PgMng != null)
     {
         PgMng.CancelBackJob(this);
     }
 }