IP*Works! IPC - Online Help
Available for:
IP*Works! IPC
Questions / Feedback?

Disconnected Event

Fires when a client disconnects.

Syntax

typedef void __fastcall (__closure *TiipPipeServerDisconnectedEvent)(System::TObject* Sender, TiipPipeServerDisconnectedEventParams *e);

__property TiipPipeServerDisconnectedEvent OnDisconnected = {read=FOnDisconnected, write=FOnDisconnected};

typedef struct {
     int ConnectionId;
} TiipPipeServerDisconnectedEventParams;

Remarks

This event fires when a client disconnects. The ConnectionId parameters identifies the client that is disconnected.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0