Exemplo n.º 1
0
 public ValueTask <object> DispatchAsync(ConnectedClient sender, object message, Type responseType, CancellationToken cancellationToken)
 {
     return(_queryHandlerFactory.GetHandlerAndHandleAsync(sender, message, responseType, cancellationToken));
 }