Share via


OrchestrationTrackingTypes Enum

Definition

This enumeration supports a bitwise combination of its member values.

public enum class OrchestrationTrackingTypes
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum OrchestrationTrackingTypes
type OrchestrationTrackingTypes = 
Public Enum OrchestrationTrackingTypes
Inheritance
OrchestrationTrackingTypes
Attributes

Fields

Name Value Description
None 0
ServiceStartEnd 1
MessageSendReceive 2
InboundMessageBody 4
OutboundMessageBody 8
OrchestrationEvents 16
TrackPropertiesForIncomingMessages 32
TrackPropertiesForOutgoingMessages 64

Applies to