Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.03 KB

causalityrelation.md

File metadata and controls

37 lines (25 loc) · 1.03 KB
-api-id -api-type
T:Windows.Foundation.Diagnostics.CausalityRelation
winrt enum

CausalityRelation

-description

Tracks ways that synchronous work items may interact with asynchronous operations.

-enum-fields

-field AssignDelegate:0

Indicates that a synchronous work items has assigned a callback or continuation to be run by an asynchronous operation.

-field Join:1

Indicates that a synchronous work item has satisfied part of a join asynchronous operation.

-field Choice:2

Indicates that a synchronous work item has satisfied a choice asynchronous operation.

-field Cancel:3

Indicates that a synchronous work item was canceled.

-field Error:4

Indicates that a synchronous work item caused an error in an asynchronous operation.

-remarks

-examples

-see-also

CausalitySource, CausalitySynchronousWork, CausalityTraceLevel