EasyUA Reference
OnCreateSessionComplete Delegate
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace : OnCreateSessionComplete Delegate

ex
NUll if OK, otherwise the exception with the error information.
session
The created session.

Glossary Item Box

Create session complete callback handler

Syntax

Visual Basic (Usage)Copy Code
Dim instance As New OnCreateSessionComplete(AddressOf HandlerMethod)
C# 
public delegate void OnCreateSessionComplete( 
   Exception ex,
   Session session
)

Parameters

ex
NUll if OK, otherwise the exception with the error information.
session
The created session.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.