AddCommandHandler<T1>(IActionRegistration,string,System.Func<T1, System.Threading.Tasks.Task>)
Summary
public static void AddCommandHandler<T1>(this IActionRegistration registration, string commandName, System.Func<T1, System.Threading.Tasks.Task> handler);Remarks
<<commandName param1 param2>>Parameters
Name
Description
PreviousAddCommandHandler<T1>(IActionRegistration,string,System.Func<T1, IEnumerator>)NextAddCommandHandler<T1>(IActionRegistration,string,System.Func<T1, Coroutine>)
Last updated
Was this helpful?
