AsyncCausalityTracer.TraceOperationRelation 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
현재 실행 중인 동기 작업 항목과 관련된 특정 비동기 작업 간의 관계를 기록합니다.
public:
static void TraceOperationRelation(CausalityTraceLevel traceLevel, CausalitySource source, Platform::Guid platformId, unsigned long long operationId, CausalityRelation relation);
static void TraceOperationRelation(CausalityTraceLevel const& traceLevel, CausalitySource const& source, winrt::guid const& platformId, uint64_t const& operationId, CausalityRelation const& relation);
public static void TraceOperationRelation(CausalityTraceLevel traceLevel, CausalitySource source, Guid platformId, ulong operationId, CausalityRelation relation);
function traceOperationRelation(traceLevel, source, platformId, operationId, relation)
Public Shared Sub TraceOperationRelation (traceLevel As CausalityTraceLevel, source As CausalitySource, platformId As Guid, operationId As ULong, relation As CausalityRelation)
매개 변수
- traceLevel
- CausalityTraceLevel
추적 수준입니다.
- source
- CausalitySource
추적 원본입니다.
- platformId
-
Guid
Platform::Guid
winrt::guid
작업 유형에 대한 식별자입니다.
- operationId
-
UInt64
unsigned long long
uint64_t
작업 수명 동안 플랫폼 내에서 고유한 비동기 작업의 식별자입니다.
- relation
- CausalityRelation
동기 작업 항목과 operationId로 식별된 비동기 작업 간의 관계입니다.
설명
인과 관계 는 동기 작업 항목이 비동기 작업과 상호 작용할 수 있는 방법을 추적합니다.