JobDataAddedEventArgs Class
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.
Event arguments that indicate data has been added to a child job.
public ref class JobDataAddedEventArgs sealed : EventArgs
public sealed class JobDataAddedEventArgs : EventArgs
type JobDataAddedEventArgs = class
inherit EventArgs
Public NotInheritable Class JobDataAddedEventArgs
Inherits EventArgs
- Inheritance
-
JobDataAddedEventArgs
Properties
DataType |
Identifies the type of the sending collection as one of the six collections associated with a job. If data type = output, sender is PSDataCollection of PSObject, Error is of ErrorRecord, etc. |
Index |
Index at which the data is added. |
SourceJob |
The job that contains the PSDataCollection which is the sender. |