OrigNode property: IBInfo class
Description
For requests that cross multiple nodes, this property identifies the node that initiated the request as a string.
The OrigNode property returns the originating node of the message. If the message is not going across nodes, the OrigNode and SoureNode properties return the same value. However, if the message is going across nodes, the source node is the node that most recently published the message.
For example, if A publishes to B, then B publishes the message to C, from C's perspective, A is the original node and B is the source node.
This property is read-only.
Related Topics