SystemServiceExtension Class

Class SystemServiceExtensions.

Inheritance Hierarchy

System.Object
  TwinCAT.SystemService.SystemServiceExtension
Namespace:  TwinCAT.SystemService
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

public static class SystemServiceExtension

The SystemServiceExtension type exposes the following members.

Methods

 

Name

Description

PollSystemServiceState

Polls the state of the system service.

PollSystemServiceStateAsync

Polls the system service state asynchronously

ReadSysServState

Reads the System Service state (AdsSysServState)

ReadSysServStateAsync

Reads the System Service state (AdsSysServState) (asynchronous)

RestartTwinCATAsync

Sends a SystemService Restart to the target system and waits until the system has finished the state changes (SystemService, Port 10000) (asynchronously)

WaitUntilRestarted

Waits until the Restart is detected on the client (SystemService, Port 10000)

WaitUntilRestartedAsync

Waits until the SystemService Restart is detectd on the client (SystemService, Port 10000) (asynchronously)

Reference

TwinCAT.SystemService Namespace