ISessionProviderTSession, TAddress, TSettings Interface
Generic ISessionProvider interface
Namespace: TwinCAT
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public interface ISessionProvider<TSession, TAddress, TSettings> : ISessionProvider
where TSession : ISessionType Parameters
|
TSession |
Session type |
|
TAddress |
Address specifier |
|
TSettings |
Communication settings type |
The ISessionProviderTSession, TAddress, TSettings type exposes the following members.
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Gets the capabilities. | |
|
|
Gets the name of the SessionProvider |
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Creates the Session with specified address and communication settings. | |
|
|
Create(Object, ISessionSettings, IConfiguration, ILoggerFactory) |
Creates the Session with address and communication
settings. |