TcHmiSrvShutdownListener Class

Provides a listener to get notified when the TwinCAT HMI server is shutting down.

Inheritance Hierarchy

System.Object
  TcHmiSrv.TcHmiSrvListener
    TcHmiSrv.TcHmiSrvShutdownListenerBase
      TcHmiSrv.TcHmiSrvShutdownListener
Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public class TcHmiSrvShutdownListener : TcHmiSrvShutdownListenerBase, 
    IExternalCaller<string>

The TcHmiSrvShutdownListener type exposes the following members.

Constructors

 

Name

Description

TcHmiSrvShutdownListener Class 1:

TcHmiSrvShutdownListener

Initializes a new instance of the TcHmiSrvShutdownListener class

Properties

 

Name

Description

TcHmiSrvShutdownListener Class 2:

Type

(Inherited from TcHmiSrvListener.)

Methods

 

Name

Description

TcHmiSrvShutdownListener Class 3:

Dispose.

(Inherited from TcHmiSrvListener.)

TcHmiSrvShutdownListener Class 4:

Dispose(Boolean)

(Inherited from TcHmiSrvShutdownListenerBase.)

TcHmiSrvShutdownListener Class 5:

Equals

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

TcHmiSrvShutdownListener Class 6:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

TcHmiSrvShutdownListener Class 7:

GetHashCode

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

TcHmiSrvShutdownListener Class 8:

GetType

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

TcHmiSrvShutdownListener Class 9:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

TcHmiSrvShutdownListener Class 10:

ToString

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

Events

 

Name

Description

TcHmiSrvShutdownListener Class 11:

OnShutdown

Called when the TwinCAT HMI server is shutting down.

Reference

TcHmiSrv Namespace