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

AddCommandHandler(string,Func<T1, IEnumerator>)

Method in Actions

Summary

public void AddCommandHandler<T1>(string commandName, Func<T1, IEnumerator> handler)

Parameters

Name
Description

string commandName

Func<T1, IEnumerator> handler

Last updated

Was this helpful?