|
DataPublisherClientConnected Event
|
Indicates that a new client has connected to the publisher.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.248-beta
Syntaxpublic event EventHandler<EventArgs<Guid, string, string>> ClientConnected
Public Event ClientConnected As EventHandler(Of EventArgs(Of Guid, String, String))
public:
event EventHandler<EventArgs<Guid, String^, String^>^>^ ClientConnected {
void add (EventHandler<EventArgs<Guid, String^, String^>^>^ value);
void remove (EventHandler<EventArgs<Guid, String^, String^>^>^ value);
}
member ClientConnected : IEvent<EventHandler<EventArgs<Guid, string, string>>,
EventArgs<Guid, string, string>>
function add_ClientConnected(value);
function remove_ClientConnected(value);
View SourceValue
EventHandlerEventArgsGuid,
String,
String
RemarksArgument1 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