JobDataAddedEventArgs Class

Definition

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.

Applies to