Last updated 4 months ago
Was this helpful?
Method in
public void AddCommandHandler<T1>(string commandName, Action<T1> handler);
string commandName
string
Action<T1> handler
Action<T1>