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

host
The computer to be searched. Null or an empty sting identifies the local machine.
callback
The callback to use when the async call completes.
userData
The user data that is passed to the callback.

Glossary Item Box

Find the local UA server thru a Local Discovery Server (LDS). The LDS URLs are defined in the UA configuration as WellKnownDiscoveryUrls. The ApplicationDesciption is returned for each found server.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As UaClient
Dim host As String
Dim callback As AsyncCallback
Dim userData As Object
Dim value As IAsyncResult
 
value = instance.BeginFindServers(host, callback, userData)
C# 
public IAsyncResult BeginFindServers( 
   string host,
   AsyncCallback callback,
   object userData
)

Parameters

host
The computer to be searched. Null or an empty sting identifies the local machine.
callback
The callback to use when the async call completes.
userData
The user data that is passed to the callback.

Return Value

An object which must be passed to the EndHistoryReadRaw method.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.