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

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

Public Methods

Method 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.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

Method Details

Dispose() public method

Frees any unmanaged resources.
public Dispose ( ) : void
return void

Dispose() protected method

An overrideable version of the Dispose.
protected Dispose ( bool disposing ) : void
disposing bool
return void

ShutdownCallback() public method

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

ShutdownRequest() public method

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