Example #1
0
 public abstract Task SendAsync(ITransportCommand command);
Example #2
0
 public override Task SendAsync(ITransportCommand command)
 {
     return(command.ExecuteAsync(_client));
 }
 public override Task SendAsync(ITransportCommand command)
 {
     throw new NotImplementedException();
 }