| Имя | Описание |
---|
  | AddCommand(CommandContext, Func<Task>) | |
  | AddCommand<T1>(CommandContext, Func<T1, Task>) | |
  | AddCommand<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(CommandContext, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, Task>) | |
  | AddCommand<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(CommandContext, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, Task>) | |
  | AddCommand<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(CommandContext, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, Task>) | |
  | AddCommand<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(CommandContext, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, Task>) | |
  | AddCommand<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(CommandContext, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, Task>) | |
  | AddCommand<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(CommandContext, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, Task>) | |
  | AddCommand<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(CommandContext, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, Task>) | |
  | AddCommand<T1, T2>(CommandContext, Func<T1, T2, Task>) | |
  | AddCommand<T1, T2, T3>(CommandContext, Func<T1, T2, T3, Task>) | |
  | AddCommand<T1, T2, T3, T4>(CommandContext, Func<T1, T2, T3, T4, Task>) | |
  | AddCommand<T1, T2, T3, T4, T5>(CommandContext, Func<T1, T2, T3, T4, T5, Task>) | |
  | AddCommand<T1, T2, T3, T4, T5, T6>(CommandContext, Func<T1, T2, T3, T4, T5, T6, Task>) | |
  | AddCommand<T1, T2, T3, T4, T5, T6, T7>(CommandContext, Func<T1, T2, T3, T4, T5, T6, T7, Task>) | |
  | AddCommand<T1, T2, T3, T4, T5, T6, T7, T8>(CommandContext, Func<T1, T2, T3, T4, T5, T6, T7, T8, Task>) | |
  | AddCommand<T1, T2, T3, T4, T5, T6, T7, T8, T9>(CommandContext, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, Task>) | |
  | ExecuteAllAsync(Command) |
Continuously executes a command using standard IO streams until the input stream returns null
or a CommandCanceledException was thrown.
|
  | ExecuteAllAsync(Command, Char) | |
  | ExecuteAllAsync(Command, TextReader, TextWriter) |
Continuously executes a command using specified IO streams until the input stream returns null
or a CommandCanceledException was thrown.
|
  | ExecuteAllAsync(Command, TextReader, TextWriter, TextWriter) |
Continuously executes a command using specified IO streams until the input stream returns null
or a CommandCanceledException was thrown.
|
  | ExecuteAllAsync(Command, TextReader, TextWriter, TextWriter, Char) | |
  | ExecuteSingleAsync(Command) |
Executes a command using standard IO streams.
|
  | ExecuteSingleAsync(Command, Char) | |
  | ExecuteSingleAsync(Command, TextReader, TextWriter) |
Executes a command using specified IO streams.
|
  | ExecuteSingleAsync(Command, TextReader, TextWriter, TextWriter) |
Executes a command using specified IO streams.
|
  | ExecuteSingleAsync(Command, TextReader, TextWriter, TextWriter, Char) | |