ShutdownListener Class

Represents a listener to get notified when the TwinCAT HMI server is shutting down. This class cannot be inherited.

Inheritance Hierarchy

System.Object
  Listener
    TcHmiSrv.Core.Listeners.ShutdownListener
Namespace:  TcHmiSrv.Core.Listeners
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public sealed class ShutdownListener : Listener, 
    IExternalCaller<string, ErrorValue>

The ShutdownListener type exposes the following members.

Constructors

 

Name

Description

ShutdownListener Class 1:

ShutdownListener

Initializes a new instance of the ShutdownListener class.

Properties

 

Name

Description

ShutdownListener Class 2:

Type

Gets the type of the ShutdownListener. (Overrides Listener.Type.)

Methods

 

Name

Description

ShutdownListener Class 3:

Equals

Determines whether the specified object is equal to the current object. (Inherited from Object.)

ShutdownListener Class 4:

GetHashCode

Serves as the default hash function. (Inherited from Object.)

ShutdownListener Class 5:

GetType

Gets the Type of the current instance. (Inherited from Object.)

ShutdownListener Class 6:

ToString

Returns a string that represents the current object. (Inherited from Object.)

Events

 

Name

Description

ShutdownListener Class 7:

OnShutdown

Called when the TwinCAT HMI server is shutting down.

Reference

TcHmiSrv.Core.Listeners Namespace