Exemplo n.º 1
0
 private static void HandleEvent(NoticeEvent noticeEvent, ISession session)
 {
     Logger.Write(noticeEvent.ToString());
 }
Exemplo n.º 2
0
 public void HandleEvent(NoticeEvent evt, ISession session)
 {
     Logger.Write(evt.ToString(), session: session);
 }
Exemplo n.º 3
0
 public void HandleEvent(NoticeEvent noticeEvent, ISession session)
 {
     Write(noticeEvent.ToString());
 }
 private static void HandleEvent(NoticeEvent noticeEvent, ISession session)
 {
     TestPostMessage(noticeEvent.ToString());
 }