JobStateChangeDelegateEx Delegate
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.
C#
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())
- jobId
- Int32
- prevState
- JobState
- newState
- JobState
- contextualProps
- StoreProperty[]
Производ | Верзије |
---|---|
Microsoft HPC Pack 2016 Update 1 SDK | Microsoft HPC Pack 2016 Update 1 SDK 5.1.6115 |