다음을 통해 공유


AsyncCausalityTracer.TraceOperationRelation 메서드

정의

현재 실행 중인 동기 작업 항목과 관련된 특정 비동기 작업 간의 관계를 기록합니다.

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로 식별된 비동기 작업 간의 관계입니다.

설명

인과 관계 는 동기 작업 항목이 비동기 작업과 상호 작용할 수 있는 방법을 추적합니다.

적용 대상

추가 정보