ConnectionConnected Event

Fired when a client has connected.

Syntax

ANSI (Cross Platform)
virtual int FireConnectionConnected(AzureRelayReceiverConnectionConnectedEventParams *e);
typedef struct {
int ConnectionId; int reserved; } AzureRelayReceiverConnectionConnectedEventParams; Unicode (Windows) virtual INT FireConnectionConnected(AzureRelayReceiverConnectionConnectedEventParams *e);
typedef struct {
INT ConnectionId; INT reserved; } AzureRelayReceiverConnectionConnectedEventParams;
- (void)onConnectionConnected:(int)connectionId;
#define EID_AZURERELAYRECEIVER_CONNECTIONCONNECTED 2

virtual INT IPWORKSMQ_CALL FireConnectionConnected(INT &iConnectionId);

Remarks

This event fires when a client has successfully established a WebSocket connection.

ConnectionId identifies the connection.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks MQ 2020 C++ Edition - Version 20.0 [Build 8155]