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

result
The object returned from the BeginFindServerUrls method.

Glossary Item Box

Completes an asynchronous CreateSession operation.

Syntax

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

Parameters

result
The object returned from the BeginFindServerUrls method.

Return Value

The creates UaSession object.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.