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

session
The session to be terminated.

Glossary Item Box

The session is disconnected from the server and the network resources are freed. The session object is disposed. The timeout period is the session keepAliveInterval

Syntax

Visual Basic (Usage)Copy Code
Dim instance As UaClient
Dim session As Session
Dim value As StatusCode
 
value = instance.TerminateSession(session)
C# 
public StatusCode TerminateSession( 
   Session session
)

Parameters

session
The session to be terminated.

Return Value

Success/error code.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.