C++ Based OPC UA Client/Server/PubSub SDK  1.7.6.537
OpcUa_DeleteMonitoredItemsRequest Struct Reference

Asynchronous call to delete monitored items. More...

#include <opcua_types.h>

Public Attributes

OpcUa_UInt32 SubscriptionId
 The Server-assigned identifier for the Subscription that contains the MonitoredItems to be deleted.
 
OpcUa_UInt32 * MonitoredItemIds
 List of Server-assigned ids for the MonitoredItems to be deleted.
 

Detailed Description

Asynchronous call to delete monitored items.

This Service is used to remove one or more MonitoredItems of a Subscription. When a MonitoredItem is deleted, its triggered item links are also deleted.

Successful removal of a MonitoredItem, however, might not remove notifications for the MonitoredItem that are in the process of being sent by the Subscription. Therefore, Clients may receive notifications for the MonitoredItem after they have received a positive response that the MonitoredItem has been deleted.


The documentation for this struct was generated from the following file: