Subject: Get Items from PubSub Subscription
I'm looking the best way to get the items after I've subscribed to a pub sub node. I'm receiving the message in the pubSubManager OnEvent, but there is no data in the MessageEventArgs e, Message, Body Property.
Do I have to walk through the nodes, or should I use some object that is already in the SDK to get the data?
Any quick code examples would be helpful in C#.
Thanks,
Morgan
Do I have to walk through the nodes, or should I use some object that is already in the SDK to get the data?
Any quick code examples would be helpful in C#.
Thanks,
Morgan