Click or drag to resize

ClientConnection Constructor

Creates a new ClientConnection instance.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public ClientConnection(
	DataPublisher parent,
	Guid clientID,
	IServer commandChannel
)
View Source

Parameters

parent  DataPublisher
Parent data publisher.
clientID  Guid
Client ID of associated connection.
commandChannel  IServer
TcpServer command channel used to lookup connection information.
See Also