Page 1 of 1

browseList and continuation points

Posted: 11 Sep 2017, 14:16
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!

Re: browseList and continuation points

Posted: 19 Sep 2017, 08:45
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.