TestConnection
Class
Definition
Activity to invoke the Microsoft.PowerShell.Management\Test-Connection command in a Workflow.
public sealed class TestConnection : Microsoft.PowerShell.Activities.PSRemotingActivity
- Inheritance
Inherited Members
Microsoft.PowerShell.Activities.PipelineEnabledActivity
Microsoft.PowerShell.Activities.PSActivity
Microsoft.PowerShell.Activities.PSRemotingActivity
Constructors
| TestConnection() |
Gets the display name of the command invoked by this activity. |
Properties
| AsJob |
Provides access to the AsJob parameter. |
| Authentication |
Provides access to the Authentication parameter. |
| BufferSize |
Provides access to the BufferSize parameter. |
| ComputerName |
Provides access to the ComputerName parameter. |
| Count |
Provides access to the Count parameter. |
| Credential |
Provides access to the Credential parameter. |
| Delay |
Provides access to the Delay parameter. |
| Impersonation |
Provides access to the Impersonation parameter. |
| PSCommandName |
Gets the fully qualified name of the command invoked by this activity. |
| Quiet |
Provides access to the Quiet parameter. |
| Source |
Provides access to the Source parameter. |
| ThrottleLimit |
Provides access to the ThrottleLimit parameter. |
| TimeToLive |
Provides access to the TimeToLive parameter. |