Example #1
0
 private Task <long> IntegerCommand(params byte[][] args)
 {
     return(_channel.IntegerCommand(args));
 }