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

result
The object returned from the BeginFindServers method.

Glossary Item Box

Completes an asynchronous FindServers operation.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As UaClient
Dim result As IAsyncResult
Dim value As ApplicationDescriptionCollection
 
value = instance.EndFindServers(result)
C# 
public ApplicationDescriptionCollection EndFindServers( 
   IAsyncResult result
)

Parameters

result
The object returned from the BeginFindServers method.

Return Value

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