Skip to main content

Delegate IClientState.ClassJobChangeDelegate

A delegate type used for the Dalamud.Plugin.Services.IClientState.ClassJobChanged event.

Assembly: Dalamud.dll
Declaration
public delegate void IClientState.ClassJobChangeDelegate(uint classJobId)

Methods

Invoke(uint)

Declaration
public virtual void Invoke(uint classJobId)
Parameters
TypeName
System.UInt32classJobId

BeginInvoke(uint, AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(uint classJobId, AsyncCallback callback, object @object)
Returns

System.IAsyncResult

Parameters
TypeName
System.UInt32classJobId
System.AsyncCallbackcallback
System.Objectobject

EndInvoke(IAsyncResult)

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