Example #1
0
 public void OnTransportEvent(Guid transportId, TransportState state, Exception exception = null)
 {
     _wrappedListener?.OnTransportEvent(transportId, state, exception);
 }
 public void OnTransportEvent(TransportState state, Exception exception = null)
 {
     _wrappedListener?.OnTransportEvent(state, exception);
 }