RemoveCommandHandler(string)
PreviousAddFunction(string,System.Func<T1, T2, T3, T4, T5, T6, T7, T8, TResult>)NextRemoveFunction(string)
Last updated
Was this helpful?
Method in IActionRegistration
Removes a command handler.
void RemoveCommandHandler(string commandName);string commandName
The name of the command to remove.
Last updated
Was this helpful?
Was this helpful?
