C# Класс Opc.Ua.Com.Client.ShutdownCallback

A class that implements the IOPCShutdown interface.
Наследование: OpcRcw.Comn.IOPCShutdown, IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

Описание методов

Dispose() публичный Метод

Frees any unmanaged resources.
public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

An overrideable version of the Dispose.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

ShutdownCallback() публичный Метод

Initializes the object with the containing subscription object.
public ShutdownCallback ( object server, ServerShutdownEventHandler handler ) : System
server object
handler ServerShutdownEventHandler
Результат System

ShutdownRequest() публичный Метод

Called when a data changed event is received.
public ShutdownRequest ( string szReason ) : void
szReason string
Результат void