Last updated 3 months ago
Was this helpful?
Method in
public void AddCommandHandler<T1, T2, T3, T4, T5, T6, T7, T8>(string commandName, Action<T1, T2, T3, T4, T5, T6, T7, T8> handler);
string commandName
string
Action<T1, T2, T3, T4, T5, T6, T7, T8> handler
Action<T1, T2, T3, T4, T5, T6, T7, T8>