Overload | Description |
---|---|
SubscribeMonitoredItem(IEasyUAClient,EasyUAMonitoredItemArguments) | Subscribe to changes of a particular monitored item. For each significant monitored item change, either the IEasyUAClient.DataChangeNotification event is generated, or a specified callback method is invoked. Subscribe to a monitored item, specifying an object that holds all necessary arguments (the object can optionally contain the callback method as well). |
SubscribeMonitoredItem(IEasyUAClient,UAMonitoredItemArguments,EasyUADataChangeNotificationEventHandler) | Subscribe to changes of a particular monitored item. For each significant monitored item change, either the IEasyUAClient.DataChangeNotification event is generated, or a specified callback method is invoked. Subscribe to a monitored item, specifying an object that holds all necessary arguments, and a data change callback method. |
SubscribeMonitoredItem(IEasyUAClient,UAMonitoredItemArguments,EasyUAEventNotificationEventHandler) | Subscribe to changes of a particular monitored item. For each significant monitored item change, either the IEasyUAClient.DataChangeNotification event is generated, or a specified callback method is invoked. Subscribe to a monitored item, specifying an object that holds all necessary arguments, and an event callback method. |