Example #1
0
 protected override void OnDisconnect(Interlocutor interlocutor)
 {
     OnDisconnectStub?.Invoke(interlocutor);
 }
Example #2
0
 protected override void OnDisconnect()
 {
     OnDisconnectStub?.Invoke();
 }