ExportListener Class

Represents a listener to react on configuration exports and imports. This class cannot be inherited.

Inheritance Hierarchy

SystemObject
  Listener
    TcHmiSrv.Core.ListenersExportListener

Namespace: TcHmiSrv.Core.Listeners
Assembly: TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 3.1.7447.0+85f9b473a1dd11b8f3e5c9a182fd1901975e46f9

Syntax

C#

public sealed class ExportListener : Listener, 
    IExternalCaller<string>, IAsyncExternalCaller<string>

The ExportListener type exposes the following members.

Constructors

 

Name

Description

ExportListener Class 1:

ExportListener

Initializes a new instance of the ExportListener class.

Properties

 

Name

Description

ExportListener Class 2:

Type

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

Methods

 

Name

Description

ExportListener Class 3:

Equals

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

ExportListener Class 4:

GetHashCode

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

ExportListener Class 5:

GetType

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

ExportListener Class 6:

ToString

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

Events

 

Name

Description

ExportListener Class 7:

BeforeExport

Called before a configuration export.
If an Exception is thrown, the configuration export will be aborted.
With complex data, this method is called for every path.

ExportListener Class 8:

BeforeExportAsync

Called before a configuration export.
If an Exception is thrown, the configuration export will be aborted.
With complex data, this method is called for every path.

ExportListener Class 9:

BeforeImport

Called before a configuration import.
If an Exception is thrown, the configuration import will be aborted.
With complex data, this method is called for every path.

ExportListener Class 10:

BeforeImportAsync

Called before a configuration import.
If an Exception is thrown, the configuration import will be aborted.
With complex data, this method is called for every path.

Version Information

Supported in: 3.1.7447.0, 2.3.7447.0, 1.10.7447.0

Reference

TcHmiSrv.Core.Listeners Namespace

Copyright © Beckhoff Automation GmbH & Co. KG