For the complete documentation index, see llms.txt. This page is also available as Markdown.

AddCommandHandler(string,Action<T1>)

Method in Actions

Summary

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

Parameters

Name
Description

string commandName

Action<T1> handler

Last updated

Was this helpful?