NewPSTransportOption
Class
Definition
Activity to invoke the Microsoft.PowerShell.Core\New-PSTransportOption command in a Workflow.
public sealed class NewPSTransportOption : Microsoft.PowerShell.Activities.PSActivity
- Inheritance
Inherited Members
Microsoft.PowerShell.Activities.PipelineEnabledActivity
Microsoft.PowerShell.Activities.PSActivity
Constructors
| NewPSTransportOption() |
Gets the display name of the command invoked by this activity. |
Properties
| IdleTimeoutSec |
Provides access to the IdleTimeoutSec parameter. |
| MaxConcurrentCommandsPerSession |
Provides access to the MaxConcurrentCommandsPerSession parameter. |
| MaxConcurrentUsers |
Provides access to the MaxConcurrentUsers parameter. |
| MaxIdleTimeoutSec |
Provides access to the MaxIdleTimeoutSec parameter. |
| MaxMemoryPerSessionMB |
Provides access to the MaxMemoryPerSessionMB parameter. |
| MaxProcessesPerSession |
Provides access to the MaxProcessesPerSession parameter. |
| MaxSessions |
Provides access to the MaxSessions parameter. |
| MaxSessionsPerUser |
Provides access to the MaxSessionsPerUser parameter. |
| OutputBufferingMode |
Provides access to the OutputBufferingMode parameter. |
| ProcessIdleTimeoutSec |
Provides access to the ProcessIdleTimeoutSec parameter. |
| PSCommandName |
Gets the fully qualified name of the command invoked by this activity. |