C# Class Opc.Ua.Com.Client.ShutdownCallback

A class that implements the IOPCShutdown interface.
Inheritance: OpcRcw.Comn.IOPCShutdown, IDisposable
Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Méthode Description
Dispose ( ) : void

Frees any unmanaged resources.

ShutdownCallback ( object server, ServerShutdownEventHandler handler ) : System

Initializes the object with the containing subscription object.

ShutdownRequest ( string szReason ) : void

Called when a data changed event is received.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

Method Details

Dispose() public méthode

Frees any unmanaged resources.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

An overrideable version of the Dispose.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ShutdownCallback() public méthode

Initializes the object with the containing subscription object.
public ShutdownCallback ( object server, ServerShutdownEventHandler handler ) : System
server object
handler ServerShutdownEventHandler
Résultat System

ShutdownRequest() public méthode

Called when a data changed event is received.
public ShutdownRequest ( string szReason ) : void
szReason string
Résultat void