Beispiel #1
0
 public async Task HandleAsync(EndpointEvent @event)
 {
     await _hubTransport.DeliverAsync(@event.Event, Id);
 }