Méthode | Description | |
---|---|---|
AddItem ( |
Adds an item to a subscription.
|
|
ComAeSubscriptionClient ( |
Initializes a new instance of the ComAeSubscriptionClient class.
|
|
Create ( ) : void |
Creates the subscription.
|
|
Delete ( ) : void |
Deletes the subscription.
|
|
OnEvent ( OpcRcw.Ae.ONEVENTSTRUCT events ) : void |
Called when events arrive from the server.
|
|
OnRefresh ( OpcRcw.Ae.ONEVENTSTRUCT events, bool lastRefresh ) : void |
Called when refresh events arrive from the server.
|
|
Refresh ( List |
Refreshes the conditions monitored by the subscription.
|
|
RemoveItem ( |
Removes an item from the subscription.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
An overrideable version of the Dispose.
|
|
ReleaseServer ( ) : void |
Releases all references to the server.
|
Méthode | Description | |
---|---|---|
CancelRefresh ( ) : bool |
Cancels the refresh for all conditions.
|
|
DispatchEvent ( OpcRcw.Ae.ONEVENTSTRUCT e ) : |
Dispatches the event.
|
|
Refresh ( ) : bool |
Refreshes all conditions.
|
|
SelectReturnedAttributes ( int categoryId, int attributeIds ) : bool |
Selects the returned attributes.
|
|
SetFilter ( string qualifiedName, bool isSource ) : bool |
Sets the filter.
|
|
UpdateAlarm ( |
Updates the condition event.
|
|
UpdateAuditEvent ( |
Updates the audit event.
|
|
UpdateBaseEvent ( |
Updates the base event.
|
|
UpdateExclusiveLimitAlarm ( |
Updates the exclusive limit alarm event.
|
|
UpdateNonExclusiveLimitAlarm ( |
Updates the non-exclusive limit event.
|
public AddItem ( |
||
monitoredItem | ||
Résultat | void |
public ComAeSubscriptionClient ( |
||
context | The context. | |
configuration | The configuration. | |
cache | The cache for known types. | |
namespaceIndex | ushort | The namespace index for the event types. |
manager | The manager. | |
monitoredItem | The monitored item. | |
Résultat | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public OnEvent ( OpcRcw.Ae.ONEVENTSTRUCT events ) : void | ||
events | OpcRcw.Ae.ONEVENTSTRUCT | The events. |
Résultat | void |
public OnRefresh ( OpcRcw.Ae.ONEVENTSTRUCT events, bool lastRefresh ) : void | ||
events | OpcRcw.Ae.ONEVENTSTRUCT | The events. |
lastRefresh | bool | if set to |
Résultat | void |
public Refresh ( List |
||
events | List |
The events. |
Résultat | void |
public RemoveItem ( |
||
monitoredItem | ||
Résultat | int |