Click or drag to resize

DataPublisher.ClientConnected Event

Indicates that a new client has connected to the publisher.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.244-beta
Syntax
public event EventHandler<EventArgs<Guid, string, string>> ClientConnected
View Source

Value

EventHandler<EventArgs<Guid, String, String>>
Remarks
Argument1 is the Guid based subscriber ID.
Argument2 is the connection identification (e.g., IP and DNS name, if available).
Argument3 is the subscriber information as reported by the client.
See Also