Click or drag to resize
QueryTraceEventThreadName Property
The name of the thread on which this event occurred.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public string ThreadName { get; }

Return Value

Type: String
the name of the thread on which this event occurred.
See Also