Click or drag to resize

DataPublisherClientConnected 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.181-beta
Syntax
public event EventHandler<EventArgs<Guid, string, string>> ClientConnected
View Source

Value

EventHandlerEventArgsGuid, 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