public void Pause() { try { channel.Pause(); } catch (Exception ex) { App.SendException(ex); } }
public void Pause() { channel.Pause(); }