EasyUA Reference
EndBrowse Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > Session Class : EndBrowse Method

result
The result.
continuationPoint
The continuation point.
references
The list of node references.

Glossary Item Box

Finishes an asynchronous invocation of the Browse service.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Session
Dim result As IAsyncResult
Dim continuationPoint As Byte()
Dim references As ReferenceDescriptionCollection
Dim value As ResponseHeader
 
value = instance.EndBrowse(result, continuationPoint, references)
C# 
public ResponseHeader EndBrowse( 
   IAsyncResult result,
   out byte[] continuationPoint,
   out ReferenceDescriptionCollection references
)

Parameters

result
The result.
continuationPoint
The continuation point.
references
The list of node references.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.