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.

Hi @nicolas.julie,

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Hi @nicolas.julie,

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

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.