browseList and continuation points

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

Moderator: uasdknet

Post Reply
moff
Full Member
Full Member
Posts: 7
Joined: 13 Sep 2016, 12:32

browseList and continuation points

Post by moff »

Hi,

I see that you can use continuation points when using browse(), which has a parameter "out byte[] continuationPoint"
But how is this done when using browseList() ?
There is no continuation point in UnifiedAutomation.UaBase.ReferenceDescription ?

Thanks!

User avatar
Support Team
Hero Member
Hero Member
Posts: 3067
Joined: 18 Mar 2011, 15:09

Re: browseList and continuation points

Post by Support Team »

Hello moff,

BrowseList handles the continuation points internally and calls browseNext behind the scenes.
So you always get back the complete list of ReferenceDescriptions.
Best regards
Unified Automation Support Team

Post Reply