System.ICMPProbe (ProbeActionModuleType)

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
InputTypeSystem.TriggerData
OutputTypeSystem.ICMPResponse

Source Code:

<ProbeActionModuleType ID="System.ICMPProbe" Accessibility="Public">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Destination" type="xsd:string" minOccurs="1" maxOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="TimeoutMilliseconds" type="xsd:nonNegativeInteger" minOccurs="0" maxOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Retries" type="xsd:nonNegativeInteger" minOccurs="0" maxOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="PacketSizeBytes" type="xsd:nonNegativeInteger" minOccurs="0" maxOccurs="1"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Native>
<ClassID>8F446429-71AC-49e0-B833-671696193552</ClassID>
</Native>
</ModuleImplementation>
<OutputType>System.ICMPResponse</OutputType>
<InputType>System.TriggerData</InputType>
</ProbeActionModuleType>