EasyUA Reference
Session Constructor(ITransportChannel,Session,Boolean)
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > Session Class > Session Constructor : Session Constructor(ITransportChannel,Session,Boolean)

channel
The channel.
template
The template session.
copyEventHandlers
if set to true the event handlers are copied.

Glossary Item Box

Initializes a new instance of the Session class.

Syntax

Visual Basic (Usage)Copy Code
Dim channel As ITransportChannel
Dim template As Session
Dim copyEventHandlers As Boolean
 
Dim instance As New Session(channel, template, copyEventHandlers)

Parameters

channel
The channel.
template
The template session.
copyEventHandlers
if set to true the event handlers are copied.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.