type

 TScHubAfterConnectEvent = procedure (Sender: TObject; const ConnectionId: string) of object;

 

property AfterConnect: TScHubAfterConnectEvent;

 

Description

The AfterConnect event occurs after a connection to the SignalR server is established.

 

Parameters:

Sender - the object that raised the event;
ConnectionId - the ID of the established connection.

 

See Also

AfterReconnect

BeforeConnect

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support