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

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

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

Метод Описание
ComAeEventSink ( ComAeSubscriptionClient subscription ) : System

Initializes the object with the containing subscription object.

Dispose ( ) : void

Frees any unmanaged resources.

OnEvent ( int hClientSubscription, int bRefresh, int bLastRefresh, int dwCount, OpcRcw.Ae.ONEVENTSTRUCT pEvents ) : void

Called when one or events are produce by the server.

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

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

An overrideable version of the Dispose.

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

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

Initializes the object with the containing subscription object.
public ComAeEventSink ( ComAeSubscriptionClient subscription ) : System
subscription ComAeSubscriptionClient
Результат System

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

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

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

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

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

Called when one or events are produce by the server.
public OnEvent ( int hClientSubscription, int bRefresh, int bLastRefresh, int dwCount, OpcRcw.Ae.ONEVENTSTRUCT pEvents ) : void
hClientSubscription int
bRefresh int
bLastRefresh int
dwCount int
pEvents OpcRcw.Ae.ONEVENTSTRUCT
Результат void