question

Upvotes
Accepted
1 0 0 2

query multiple RICs using RFA tutorial example

hi,

is there an easy way to query more than one RIC using the Tutorial example sample or do I have to redesign it?

treprfarfa-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvote
Accepted
18.2k 21 13 21

I think you refer to tutorial step 6 on RFA.NET page at LINK.

You can call RequestRDMData(ServiceName, ItemName) method multiple times.

RequestRDMData(ServiceName, ItemName1);
RequestRDMData(ServiceName, ItemName2);
...
RequestRDMData(ServiceName, ItemNameN);
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.