ISessionProvider.Create Method

Creates the Session with address and communication settings.

Namespace:  TwinCAT
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

ISession Create(
    Object address,
    ISessionSettings? settings
)

Parameters

address

Type: System.Object
The address.

settings

Type: ISessionSettings
The settings.

Return Value

Type: ISession
ISession.

Reference

ISessionProvider Interface

TwinCAT Namespace