C# 클래스 CqlSharp.Tracing.QueryTraceCommand

Helper command to fetch Cassandra tracing information
파일 보기 프로젝트 열기: reuzel/CqlSharp 1 사용 예제들

공개 메소드들

메소드 설명
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