ISession.Connect Method

Connects the session and returns the established IConnection object.

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

Syntax

C#

IConnection Connect()

VB

Function Connect As IConnection

Return Value

Type: IConnection
The IConnection object.

Remarks

The IConnection will be valid until the ISession is disconnected via the Disconnect. method or the Dispose method is called. Any possible resurrections after communication losses will be done transparently within the IConnection so that the IConnection instance and ISession instance remains.

Reference

ISession Interface

TwinCAT Namespace