Pipeline Class

Definition

The implementation of pipeline activity. This similar concept which we have in PowerShell today like Get-Process | Stop-Process. Pipline activity will make sure the piped execution of its child acitities.

public sealed class Pipeline : Microsoft.PowerShell.Activities.PipelineEnabledActivity
Inheritance

Inherited Members

Microsoft.PowerShell.Activities.PipelineEnabledActivity

Constructors

Pipeline()

Default constructor

Properties

Activities

Get activities.