IPWorks MQ 2020 C++ Builder Edition

Questions / Feedback?

ConnectionConnected Event

Fired when a client has connected.

Syntax

typedef struct {
  int ConnectionId;
} TipqAzureRelayReceiverConnectionConnectedEventParams;

typedef void __fastcall (__closure *TipqAzureRelayReceiverConnectionConnectedEvent)(System::TObject* Sender, TipqAzureRelayReceiverConnectionConnectedEventParams *e);

__property TipqAzureRelayReceiverConnectionConnectedEvent OnConnectionConnected = { read=FOnConnectionConnected, write=FOnConnectionConnected };

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++ Builder Edition - Version 20.0 [Build 8155]