EasyUA Reference
EndFindServerUrls Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > UaClient Class : EndFindServerUrls Method

result
The object returned from the BeginFindServerUrls method.

Glossary Item Box

Completes an asynchronous FindServerUrls operation.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As UaClient
Dim result As IAsyncResult
Dim value As List(Of String)
 
value = instance.EndFindServerUrls(result)
C# 
public List<string> EndFindServerUrls( 
   IAsyncResult result
)

Parameters

result
The object returned from the BeginFindServerUrls method.

Return Value

The FindServerUrls 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.