AddCommandHandler(string,Action<T1, T2>)

Method in Actions

Summary

public void AddCommandHandler<T1, T2>(string commandName, Action<T1, T2> handler);

Parameters

Name
Description

string commandName

Action<T1, T2> handler

Last updated

Was this helpful?