Class CommandExtensions
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public static class CommandExtensions
- Inheritance
-
CommandExtensions
- Inherited Members
Methods
SendCommand<T>(IPipe<CommandContext>, T)
public static Task SendCommand<T>(this IPipe<CommandContext> pipe, T command) where T : class
Parameters
pipe
IPipe<CommandContext>command
T
Returns
Type Parameters
T