This topic has not yet been rated - Rate this topic

Correlation (SystemPropertiesType) Element

Applies to: desktop apps only

The activity identifiers that consumers can use to group related events together.

<xs:element name="Correlation">
    <xs:complexType>
        <xs:attribute name="ActivityID"
            type="GUIDType"
            use="optional"
         />
        <xs:attribute name="RelatedActivityID"
            type="GUIDType"
            use="optional"
         />
    </xs:complexType>
</xs:element>

The Correlation element is defined by the SystemPropertiesType complex type.

Attributes

NameTypeDescription
ActivityID GUIDType

A globally unique identifier that identifies the current activity. The events that are published with this identifier are part of the same activity.

RelatedActivityID GUIDType

A globally unique identifier that identifies the activity to which control was transferred to. The related events would then have this identifier as their ActivityID identifier.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008

See also

Parent element
System (EventType)

 

 

Send comments about this topic to Microsoft

Build date: 2/3/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ