IConnection.Session Property

Gets the session that initiated this IConnection

Namespace:  TwinCAT
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

ISession Session { get; }

VB

ReadOnly Property Session As ISession
    Get

Property Value

Type: ISession
The session or NULL

Remarks

The Session can be null on standalone connections.

Reference

IConnection Interface

TwinCAT Namespace