Reserved

Microsoft.SystemCenter.SyntheticTransactions.TCPPortPing (Task)

Use this task to connect to a TCP Port. It will not function correctly when directly run from the knowledge or the actions pane.

Element properties:

TargetMicrosoft.SystemCenter.AllManagementServersPool
AccessibilityInternal
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
Probe ProbeAction Microsoft.SystemCenter.SyntheticTransactions.TCPPortCheckProbe Default

Source Code:

<Task ID="Microsoft.SystemCenter.SyntheticTransactions.TCPPortPing" Accessibility="Internal" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.AllManagementServersPool" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<ProbeAction ID="Probe" TypeID="SynTx!Microsoft.SystemCenter.SyntheticTransactions.TCPPortCheckProbe">
<ServerName>127.0.0.1</ServerName>
<Port>0</Port>
</ProbeAction>
</Task>