EventOpcode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
EventOpcode
public enum EventOpcode
type EventOpcode =
Public Enum EventOpcode
- Inheritance
-
EventOpcode
Fields
Name | Value | Description |
---|---|---|
Info | 0 | An informational event |
Start | 1 | An activity start event |
Stop | 2 | An activity end event |
DataCollectionStart | 3 | A trace collection start event |
DataCollectionStop | 4 | A trace collection end event |
Extension | 5 | An extensional event |
Reply | 6 | A reply event |
Resume | 7 | An event representing the activity resuming from the suspension |
Suspend | 8 | An event representing the activity is suspended, pending another activity's completion |
Send | 9 | An event representing the activity is transferred to another component, and can continue to work |
Receive | 240 | An event representing receiving an activity transfer from another component |
Applies to
Azure SDK for .NET