Click or drag to resize

QueryTrace Constructor

Initializes a new instance of the QueryTrace class

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

Parameters

traceId
Type: SystemGuid
session
Type: CassandraISession
See Also