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