C# 클래스 Opc.Ua.Com.Client.ComAeEventSink

A class that implements the IOPCEventSink interface.
상속: OpcRcw.Ae.IOPCEventSink, IDisposable
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
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