Example #1
0
 void IChatServiceCallback.LoggedOut(long userId)
 {
     _eventDispatcher.Add(() => LoggedOut.SafeInvoke(GetUser(userId)));
 }