Skip to main content

Delegate IUnlockState.UnlockDelegate

A delegate type used for the Dalamud.Plugin.Services.IUnlockState.Unlock event.

Assembly: Dalamud.dll
Declaration
public delegate void IUnlockState.UnlockDelegate(RowRef rowRef)

Methods

Invoke(RowRef)

Declaration
public virtual void Invoke(RowRef rowRef)
Parameters
TypeName
Lumina.Excel.RowRefrowRef

BeginInvoke(RowRef, AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(RowRef rowRef, AsyncCallback callback, object @object)
Returns

System.IAsyncResult

Parameters
TypeName
Lumina.Excel.RowRefrowRef
System.AsyncCallbackcallback
System.Objectobject

EndInvoke(IAsyncResult)

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