Health Service Communication

Microsoft.SystemCenter.HealthServiceCommunication (RelationshipType)

Element properties:

SourceMicrosoft.SystemCenter.HealthService
TargetMicrosoft.SystemCenter.HealthService
TypeSystem.Reference
AccessibilityInternal
AbstractFalse
Commentchild hs communicates to parent hs. source is agent, target is server

Source Code:

<RelationshipType ID="Microsoft.SystemCenter.HealthServiceCommunication" Comment="child hs communicates to parent hs. source is agent, target is server" Accessibility="Internal" Abstract="false" Base="System!System.Reference">
<Property ID="OrderOfPreference" Type="int" CaseSensitive="false" MaxLength="256"/>
<Property ID="HeartbeatType" Type="int" CaseSensitive="false" MaxLength="256"/>
<Property ID="MaxBytesPerSecondToSend" Type="int" CaseSensitive="false" MaxLength="256"/>
<Property ID="CanEstablishConnectionTo" Type="bool" CaseSensitive="false" MaxLength="256"/>
<Property ID="NetworkTimeout" Type="int" CaseSensitive="false" MaxLength="256"/>
<Source ID="Source" Type="Microsoft.SystemCenter.HealthService"/>
<Target ID="Target" Type="Microsoft.SystemCenter.HealthService"/>
</RelationshipType>