SessionSettings Class

Session settings class

Inheritance Hierarchy

System.Object
  TwinCAT.Ads.SessionSettings
Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

public class SessionSettings : IAdsSessionSettings

The SessionSettings type exposes the following members.

Constructors

 

Name

Description

SessionSettings(Int32)

Initializes a new instance of the SessionSettings class.

SessionSettings(Int32, Boolean)

Initializes a new instance of the SessionSettings class.

Properties

 

Name

Description

SessionSettings Class 1:

SessionSettings Class 2:

Default

Gets the default Settings (Synchronized).

SessionSettings Class 3:

SessionSettings Class 4:

DefaultCommunicationTimeout

The default communication timeout (5 Seconds)

SessionSettings Class 5:

SessionSettings Class 6:

DefaultResurrectionTime

The default resurrection time (21 Seconds)

SessionSettings Class 7:

SessionSettings Class 8:

FastWriteThrough

Gets a Settings object that configures the AdsSession for FastWriteThrough

SessionSettings Class 9:

ResurrectionTime

Gets or sets the resurrection time (Default: DefaultResurrectionTime)

SessionSettings Class 10:

SymbolLoader

Gets or sets the symbol loader settings

SessionSettings Class 11:

Timeout

Gets the ADS timeout in milliseconds.

Methods

 

Name

Description

SessionSettings Class 12:

Equals

Determines whether the specified object is equal to the current object. (Inherited from Object.)

SessionSettings Class 13:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

SessionSettings Class 14:

GetHashCode

Serves as the default hash function. (Inherited from Object.)

SessionSettings Class 15:

GetType

Gets the Type of the current instance. (Inherited from Object.)

SessionSettings Class 16:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

SessionSettings Class 17:

ToString

Returns a string that represents the current object. (Inherited from Object.)

Reference

TwinCAT.Ads Namespace