Edit

Share via


JobStateChangeDelegateEx Delegate

Definition

public delegate void JobStateChangeDelegateEx(int jobId, JobState prevState, JobState newState, StoreProperty[] contextualProps);
type JobStateChangeDelegateEx = delegate of int * JobState * JobState * StoreProperty[] -> unit
Public Delegate Sub JobStateChangeDelegateEx(jobId As Integer, prevState As JobState, newState As JobState, contextualProps As StoreProperty())

Parameters

jobId
Int32
prevState
JobState
newState
JobState
contextualProps
StoreProperty[]

Applies to