Written by

Question Matjaz Murko · Oct 29, 2021

IRIS Native .Net Client raise event

Hi.
Is it possible to trigger an event on .NET client (C#) from IRIS process? I'm using IRIS Native client to connect to IRIS server.

Regards,
Matjaž

Product version: IRIS 2021.1

Comments

Arto Alatalo · Nov 1, 2021

I've never worked with NET client but I suppose it works on request/response principle, so it is not possible to get async call from the database.

0
Matjaz Murko · Nov 2, 2021

Hi.
Tnx for your reply. I'm doing some research/testing with WebSocket to achieve wanted functionality.

Regards,
Matjaž

0
Vitaliy Serdtsev · Nov 3, 2021

This functionality is available when working with ActiveX (however, ActiveX is not recommended for use in new applications):

PS: in the Caché distribution there was even a special library DelphiCallback.dll for Delphi, an example of working with which is in my blog.

0