Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.4 KB

225-tracecorrelationkeys.md

File metadata and controls

34 lines (26 loc) · 1.4 KB
description title ms.date ms.assetid
Learn more about: 225 - TraceCorrelationKeys
225 - TraceCorrelationKeys
03/30/2017
d9083aaf-3816-4c1c-bae0-2d7f49628345

225 - TraceCorrelationKeys

Properties

Property Value
ID 225
Keywords Troubleshooting, ServiceModel
Level Information
Channel Microsoft-Windows-Application Server-Applications/Analytic

Description

This event is emitted when content-based correlation is used for a workflow service. It contains the correlation keys that are applied to correlate a message to an instance.

Message

Calculated correlation key '%1' using values '%2' in parent scope '%3'.

Details

Data Item Name Data Item Type Description
Instance Key xs:GUID The key that was generated from the correlation values.
Values xs:string The values that were used to compute the correlation instance key.
Parent Scope xs:string
HostReference xs:string For Web hosted services, this field uniquely identifies the service in the Web hierarchy. Its format is defined as 'Web Site Name Application Virtual Path|Service Virtual Path|ServiceName'. Example: 'Default Web Site/CalculatorApplication|/CalculatorService.svc|CalculatorService'.
AppDomain xs:string The string returned by AppDomain.CurrentDomain.FriendlyName.