TcAdsClient.Session Property

Gets the session that initiated this IConnection

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

Syntax

C#

public ISession Session { get; }

VB

Public ReadOnly Property Session As ISession
    Get

Property Value

Type: ISession
The session or NULL

Implements

IConnection.Session

Remarks

The Session can be null on standalone connections.

Reference

TcAdsClient Class

TwinCAT.Ads Namespace