SystemServiceExtension Class
Class SystemServiceExtensions.
Inheritance Hierarchy
SystemObject
TwinCAT.SystemServiceSystemServiceExtension
Namespace: TwinCAT.SystemService
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public static class SystemServiceExtensionThe SystemServiceExtension type exposes the following members.
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Polls the state of the system service. | |
|
|
Polls the system service state asynchronously | |
|
|
Reads the System Service state (AdsSysServState) | |
|
|
Reads the System Service state (AdsSysServState) (asynchronous) | |
|
|
Sends a SystemService Restart to the target system and waits until the system has finished the state changes (SystemService, Port 10000) (asynchronously) | |
|
|
Waits until the Restart is detected on the client (SystemService, Port 10000) | |
|
|
Waits until the SystemService Restart is detectd on the client (SystemService, Port 10000) (asynchronously) |
- SystemServiceExtension.PollSystemServiceState Method
- SystemServiceExtension.PollSystemServiceStateAsync Method
- SystemServiceExtension.ReadSysServState Method
- AdsSysServState Structure
- SystemServiceExtension.ReadSysServStateAsync Method
- SystemServiceExtension.RestartTwinCATAsync Method
- SystemServiceExtension.WaitUntilRestarted Method
- SystemServiceExtension.WaitUntilRestartedAsync Method