Skip to main content

Delegate IReadOnlyCommandInfo.HandlerDelegate

The function to be executed when the command is dispatched.

Assembly: Dalamud.dll
Declaration
public delegate void IReadOnlyCommandInfo.HandlerDelegate(string command, string arguments)

Methods

Invoke(string, string)

Declaration
public virtual void Invoke(string command, string arguments)
Parameters
TypeName
System.Stringcommand
System.Stringarguments

BeginInvoke(string, string, AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(string command, string arguments, AsyncCallback callback, object @object)
Returns

System.IAsyncResult

Parameters
TypeName
System.Stringcommand
System.Stringarguments
System.AsyncCallbackcallback
System.Objectobject

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
TypeName
System.IAsyncResultresult