AddCommandHandler(string,Action<T1>)
Method in Actions
Summary
public void AddCommandHandler<T1>(string commandName, Action<T1> handler);
Parameters
Name
Description
string
commandName
System.Action<T1>
handler
Last updated
Was this helpful?