Visual Basic (Usage) | ![]() |
---|---|
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.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x