Click or drag to resize
Grid Solutions Framework

PhasorMeasurementMapperGetConnectionID Method

Gets connection ID (i.e., IP:Port) for specified clientID.

Namespace: PhasorProtocolAdapters
Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.181-beta
Syntax
protected virtual string GetConnectionID(
	IServer server,
	Guid clientID
)
View Source

Parameters

server  IServer
Server connection of associated clientID.
clientID  Guid
Guid of client for ID lookup.

Return Value

String
Connection ID (i.e., IP:Port) for specified clientID.
See Also