Enum EventOpcode
- Namespace
- Microsoft.ServiceBus.Tracing
- Assembly
- Microsoft.ServiceBus.dll
EventOpcode
public enum EventOpcode
Fields
DataCollectionStart = 3
A trace collection start event
DataCollectionStop = 4
A trace collection end event
Extension = 5
An extensional event
Info = 0
An informational event
Receive = 240
An event representing receiving an activity transfer from another component
Reply = 6
A reply event
Resume = 7
An event representing the activity resuming from the suspension
Send = 9
An event representing the activity is transferred to another component, and can continue to work
Start = 1
An activity start event
Stop = 2
An activity end event
Suspend = 8
An event representing the activity is suspended, pending another activity's completion