Example #1
0
 private void NotificationSourceService_Closed(object sender, WcfServerServiceMessageEventArgs e)
 {
     IsOpen = false;
     WriteMsg("通信服务已经关闭。");
 }
Example #2
0
 protected virtual void OnClosed(WcfServerServiceMessageEventArgs e)
 {
     Closed?.Invoke(this, e);
 }
Example #3
0
 private void MusicSourceService_Closed(object sender, WcfServerServiceMessageEventArgs e)
 {
     IsOpen = false;
 }