ConnectionStateExtension Class
Class ConnectionStateExtension.
Inheritance Hierarchy
SystemObject
TwinCAT.Ads.ExtensionsConnectionStateExtension
Namespace: TwinCAT.Ads.Extensions
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public static class ConnectionStateExtensionThe ConnectionStateExtension type exposes the following members.
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Gets an observable sequence of ResultReadAdsStates via Polling. | |
|
|
Gets an observable sequence of ResultReadAdsStates via Polling. | |
|
|
PollAdsStateAsync(IAdsConnection, IObservableUnit, CancellationToken) |
Gets an observable sequence of AdsStates via Polling. |
|
|
PollAdsStateAsync(IAdsConnection, TimeSpan, CancellationToken) |
Gets an observable sequence of AdsStates via Polling. |
|
|
Sends an AdsState/AdsStateCommand Request to an AdsServer and waits until the StateChange is done or fails. | |
|
|
Sends an AdsState/AdsStateCommand Request to an AdsServer and waits until the StateChange is done or fails (asynchronously) | |
|
|
Waits until the target AdsServer reaches the requested state. | |
|
|
Waits until the target AdsServer reaches the requested state (asynchronous) |
- ConnectionStateExtension.PollAdsState Method (IAdsConnection, IObservable.Unit.)
- ConnectionStateExtension.PollAdsState Method (IAdsConnection, TimeSpan)
- ConnectionStateExtension.PollAdsStateAsync Method (IAdsConnection, IObservable.Unit., CancellationToken)
- ConnectionStateExtension.PollAdsStateAsync Method (IAdsConnection, TimeSpan, CancellationToken)
- ConnectionStateExtension.SetAdsState Method
- ConnectionStateExtension.SetAdsStateAsync Method