C# Класс CqlSharp.Tracing.QueryTraceCommand

Helper command to fetch Cassandra tracing information
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetTraceSession ( ) : TracingSession

Gets the trace session.

Convenience wrapper around GetTraceSessionAsync

GetTraceSessionAsync ( CancellationToken token ) : Task

Gets the trace session async.

QueryTraceCommand ( CqlConnection connection, System.Guid tracingId ) : System

Initializes a new instance of the QueryTraceCommand class.

Описание методов

GetTraceSession() публичный Метод

Gets the trace session.
Convenience wrapper around GetTraceSessionAsync
public GetTraceSession ( ) : TracingSession
Результат TracingSession

GetTraceSessionAsync() публичный Метод

Gets the trace session async.
public GetTraceSessionAsync ( CancellationToken token ) : Task
token CancellationToken
Результат Task

QueryTraceCommand() публичный Метод

Initializes a new instance of the QueryTraceCommand class.
public QueryTraceCommand ( CqlConnection connection, System.Guid tracingId ) : System
connection CqlConnection The connection.
tracingId System.Guid The tracing id.
Результат System