Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 988 Bytes

causalitysource.md

File metadata and controls

32 lines (22 loc) · 988 Bytes
-api-id -api-type
T:Windows.Foundation.Diagnostics.CausalitySource
winrt enum

CausalitySource

-description

Provides flags that listeners use to filter tracing events.

-enum-fields

-field Application:0

Indicates causality information generated by app-defined asynchronous operations.

-field Library:1

Indicates causality information generated by language projections or asynchronous infrastructure libraries.

-field System:2

Indicates causality information generated by Windows.

-remarks

The CausalitySource flags describe which architectural layer of the app is producing causality information.

-examples

-see-also

CausalityRelation, CausalitySynchronousWork, CausalityTraceLevel, TraceOperationCreation