book
Article ID: KB0079558
calendar_today
Updated On:
Description
With VB.NET, you can call .NET API directly with the following steps. Suppose you are using Microsoft Visual Studio.
1. Add new project from the window, select visual basic => console application
2. click Project > Add Reference. You should see a dialogue box appear with a few tabs on it. Click the Brows etab, go to <tibco RV root>\bin, and add TIBCO.Rendezvous.dll andÂ
3. in the VB code, add "Imports TIBCO.Rendezvous"
For more code details, please refer to <rv root>\src\examples\dotnet\vb