Click or drag to resize
QueryTraceCoordinator Property
The coordinator host of the query.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public IPAddress Coordinator { get; }

Return Value

Type: IPAddress
The coordinator host of the query. This method returns null if the coordinator is not yet available.
See Also