Method | Description | |
---|---|---|
ComAeEventSink ( |
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.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
An overrideable version of the Dispose.
|
public ComAeEventSink ( |
||
subscription | ||
return | System |
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 |