Method | Description | |
---|---|---|
GetTraceSession ( ) : |
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.
|
public GetTraceSessionAsync ( CancellationToken token ) : Task |
||
token | CancellationToken | |
return | Task |
public QueryTraceCommand ( CqlConnection connection, System.Guid tracingId ) : System | ||
connection | CqlConnection | The connection. |
tracingId | System.Guid | The tracing id. |
return | System |