ConnectionStateExtension Class
Class ConnectionStateExtension.
Inheritance Hierarchy
System.Object
TwinCAT.Ads.Extensions.ConnectionStateExtension
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, IObservable<Unit>, 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) |