|
DataSubscriberConnectionAuthenticated Event
|
Occurs when client connection to the data publication server has successfully authenticated.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.246-beta
Syntaxpublic event EventHandler ConnectionAuthenticated
Public Event ConnectionAuthenticated As EventHandler
public:
event EventHandler^ ConnectionAuthenticated {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member ConnectionAuthenticated : IEvent<EventHandler,
EventArgs>
function add_ConnectionAuthenticated(value);
function remove_ConnectionAuthenticated(value);
View SourceValue
EventHandler
See Also