Delegate IToastGui.OnErrorToastDelegate
A delegate type used when an error toast window appears.
Assembly: Dalamud.dll
Declaration
public delegate void IToastGui.OnErrorToastDelegate(ref SeString message, ref bool isHandled)
Methods
Invoke(ref SeString, ref bool)
Declaration
public virtual void Invoke(ref SeString message, ref bool isHandled)
Parameters
| Type | Name |
|---|---|
| Dalamud.Game.Text.SeStringHandling.SeString | message |
System.Boolean | isHandled |
BeginInvoke(ref SeString, ref bool, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(ref SeString message, ref bool isHandled, AsyncCallback callback, object @object)
Returns
System.IAsyncResult
Parameters
| Type | Name |
|---|---|
| Dalamud.Game.Text.SeStringHandling.SeString | message |
System.Boolean | isHandled |
System.AsyncCallback | callback |
System.Object | object |
EndInvoke(ref SeString, ref bool, IAsyncResult)
Declaration
public virtual void EndInvoke(ref SeString message, ref bool isHandled, IAsyncResult result)
Parameters
| Type | Name |
|---|---|
| Dalamud.Game.Text.SeStringHandling.SeString | message |
System.Boolean | isHandled |
System.IAsyncResult | result |