Need help with Session.Read data

Questions regarding the use of the .NET SDK 2.0 for Server or Client development or integration into customer products ...

Moderator: uasdknet

Post Reply
dluu
Jr. Member
Jr. Member
Posts: 1
Joined: 05 Jul 2022, 13:36

Need help with Session.Read data

Post by dluu »

Hi everyone,

Our devices is getting configuration from Session.Model.Read() one by one. The configuration is stored in the returned ModelHandle.Instance.

We are trying to optimize it by using Session.Read() instead to get the data for all devices at once. Is there anyway to find that information (modelHandle.Instance) from this data? I have been digging around awhile with no success and start to question if the information I am looking for is even there in the return List.

Thanks!!!!

Post Reply