You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello all,
I have configured NetCoreConsoleClient project as the UA client for event subscription and generated single event to test the client.
In order to get the event fields, I tried to use DequeueEvents method of the subscribed MonitoredItem. But, it returns an empty list. PublishResponse from the server contains the event data and I am able to retrieve the event fields using the LastValue property of the MonitoredItem.
Can I use the Dequeue method for retrieving the event data or should I use the LastValue property?
Thank you.
The text was updated successfully, but these errors were encountered:
Hello all,
I have configured NetCoreConsoleClient project as the UA client for event subscription and generated single event to test the client.
In order to get the event fields, I tried to use DequeueEvents method of the subscribed MonitoredItem. But, it returns an empty list. PublishResponse from the server contains the event data and I am able to retrieve the event fields using the LastValue property of the MonitoredItem.
Can I use the Dequeue method for retrieving the event data or should I use the LastValue property?
Thank you.
The text was updated successfully, but these errors were encountered: