JobStateChangeDelegate Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public delegate void JobStateChangeDelegate(int jobId, JobState prevState, JobState newState);
type JobStateChangeDelegate = delegate of int * JobState * JobState -> unit
Public Delegate Sub JobStateChangeDelegate(jobId As Integer, prevState As JobState, newState As JobState)
Parameters
- jobId
- Int32
- prevState
- JobState
- newState
- JobState