IFailFastHandler Interface
Interface for a fast failing (Circuit breaker) ads handler
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public interface IFailFastHandler
VB
Public Interface IFailFastHandler
Remarks
If a target is not available it will throw Timeout exceptions after a Default time of 5 seconds. To prevent hanging applications and bring more robustness into the communication (less consumption of ADS Mailbox memory), a second try to call the target should fail fast - not waiting for the Timeout. Only after a dedicated reconnection timeout timespan, real communication should be retried.