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)
|
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