Click or drag to resize
QueryTrace Constructor
Initializes a new instance of the QueryTrace class

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public QueryTrace(
	Guid traceId,
	ISession session
)

Parameters

traceId
Type: SystemGuid
session
Type: CassandraISession
See Also