public void ReadFinish()
 {
     if (!EventExtension.InvokeGracefully(callBack))
     {
         LogCtrl.Error(" callBack Is Null ");
     }
 }