question

Upvotes
Accepted
1 0 0 1

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 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvote
Accepted
18k 21 12 20

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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea