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

result
The object returned from the BeginRead method.

Glossary Item Box

Completes an asynchronous browse operation.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Browser
Dim result As IAsyncResult
Dim value As ReferenceDescriptionCollection
 
value = instance.EndBrowse(result)
C# 
public ReferenceDescriptionCollection EndBrowse( 
   IAsyncResult result
)

Parameters

result
The object returned from the BeginRead method.

Return Value

The read result.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.