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

A class that implements the IOPCEventSink interface.
Inheritance: OpcRcw.Ae.IOPCEventSink, IDisposable
Mostrar archivo Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

Method Details

ComAeEventSink() public method

Initializes the object with the containing subscription object.
public ComAeEventSink ( ComAeSubscriptionClient subscription ) : System
subscription ComAeSubscriptionClient
return System

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

OnEvent() public method

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
return void