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