ReceiveJob
Class
Definition
Activity to invoke the Microsoft.PowerShell.Core\Receive-Job command in a Workflow.
public sealed class ReceiveJob : Microsoft.PowerShell.Activities.PSRemotingActivity
- Inheritance
Inherited Members
Microsoft.PowerShell.Activities.PipelineEnabledActivity
Microsoft.PowerShell.Activities.PSActivity
Microsoft.PowerShell.Activities.PSRemotingActivity
Constructors
| ReceiveJob() |
Gets the display name of the command invoked by this activity. |
Properties
| AutoRemoveJob |
Provides access to the AutoRemoveJob parameter. |
| Force |
Provides access to the Force parameter. |
| InstanceId |
Provides access to the InstanceId parameter. |
| Job |
Provides access to the Job parameter. |
| JobId |
Provides access to the JobId parameter. |
| Keep |
Provides access to the Keep parameter. |
| Location |
Provides access to the Location parameter. |
| Name |
Provides access to the Name parameter. |
| NoRecurse |
Provides access to the NoRecurse parameter. |
| PSCommandName |
Gets the fully qualified name of the command invoked by this activity. |
| Session |
Provides access to the Session parameter. |
| Wait |
Provides access to the Wait parameter. |
| WriteEvents |
Provides access to the WriteEvents parameter. |
| WriteJobInResults |
Provides access to the WriteJobInResults parameter. |