JobStateEventArgs Constructors
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.
Overloads
JobStateEventArgs(JobStateInfo) |
Constructor of JobStateEventArgs. |
JobStateEventArgs(JobStateInfo, JobStateInfo) |
Constructor of JobStateEventArgs. |
JobStateEventArgs(JobStateInfo)
Constructor of JobStateEventArgs.
public:
JobStateEventArgs(System::Management::Automation::JobStateInfo ^ jobStateInfo);
public JobStateEventArgs (System.Management.Automation.JobStateInfo jobStateInfo);
new System.Management.Automation.JobStateEventArgs : System.Management.Automation.JobStateInfo -> System.Management.Automation.JobStateEventArgs
Public Sub New (jobStateInfo As JobStateInfo)
Parameters
- jobStateInfo
- JobStateInfo
The current state of the job.
Applies to
JobStateEventArgs(JobStateInfo, JobStateInfo)
Constructor of JobStateEventArgs.
public:
JobStateEventArgs(System::Management::Automation::JobStateInfo ^ jobStateInfo, System::Management::Automation::JobStateInfo ^ previousJobStateInfo);
public JobStateEventArgs (System.Management.Automation.JobStateInfo jobStateInfo, System.Management.Automation.JobStateInfo previousJobStateInfo);
new System.Management.Automation.JobStateEventArgs : System.Management.Automation.JobStateInfo * System.Management.Automation.JobStateInfo -> System.Management.Automation.JobStateEventArgs
Public Sub New (jobStateInfo As JobStateInfo, previousJobStateInfo As JobStateInfo)
Parameters
- jobStateInfo
- JobStateInfo
The current state of the job.
- previousJobStateInfo
- JobStateInfo
The previous state of the job.