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

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

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

Method Details

ComAeEventSink() public méthode

Initializes the object with the containing subscription object.
public ComAeEventSink ( ComAeSubscriptionClient subscription ) : System
subscription ComAeSubscriptionClient
Résultat System

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

OnEvent() public méthode

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
Résultat void