ISession.Connect Method
Connects the session and returns the established IConnection object.
Namespace: TwinCAT
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
IConnection Connect()
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.