AdsClientSettings.Timeout Property

The communication Timeout that is set initially on the AdsClient

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

Syntax

C#

public int Timeout { get; set; }

Property Value

Type: Int32
The timeout.

Remarks

Setting the Settings Timeout doesn't change the IConnection timout after the connection is established.

Reference

AdsClientSettings Class

TwinCAT.Ads Namespace