cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Business One Di Event Service with VB

Former Member
0 Kudos

Hey,

Does somebody has an example how to connect and register the server with the DI Event Service in Visual Basic?

Thanks:)

Maggie

Accepted Solutions (1)

Accepted Solutions (1)

Gianluigi
Product and Topic Expert
Product and Topic Expert
0 Kudos

Sorry I misread your question. No, there are no example for VB, the whole service is written in .NET and so it can be consumed only from .NET languages

Answers (1)

Answers (1)

Gianluigi
Product and Topic Expert
Product and Topic Expert
0 Kudos

DI Event Service provides you with a service plus a .NET library to get connected and add or remove listeners to the service itself. The .NET library is all you need to code your own solution. Just add it as a reference to your C# or VB.NET project and use it as described in the available documentation.

If you need an example, the package provides you client samples in C# and VB.NET

Former Member
0 Kudos

yes, i know that, but do you have any examples in VB? I do have the .NET examples.

thank you:)