Click or drag to resize
ExecutionInfoGetQueryTraceAsync Method
Gets the trace information for the query execution without blocking.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.4.0
Syntax
C#
public Task<QueryTrace> GetQueryTraceAsync()

Return Value

Type: TaskQueryTrace
See Also