Property | Type | Description |
---|
Method | Description | |
---|---|---|
Invoke ( ) : Collection |
Invokes the pipeline synchronously. When this method is used to invoke the pipeline, the Windows PowerShell runtime closes the Input pipe. This method cannot be called when another pipeline is running. This method cannot be called multiple times on a given pipeline. The state of the pipeline must be NotStarted when Invoke is called. When this method is called, it changes the state of the pipeline to Running. When Invoke is completed, it changes the state of the pipeline to one of following: |
|
PipelineWrapper ( System.Management.Automation.Runspaces.Pipeline pipeline ) : System |
Initializes a new instance of pipeline wrapper wrapping the specified pipeline.
|
public PipelineWrapper ( System.Management.Automation.Runspaces.Pipeline pipeline ) : System | ||
pipeline | System.Management.Automation.Runspaces.Pipeline | /// The pipeline to wrap. /// |
return | System |