Universal Messaging C# .NET: Event Delta Delivery
This example shows how to deliver only changed keys within events, as opposed to entire events.
Usage
RegisteredEvent <rname> <channel name> [count] [size]
<Required Arguments>
<rname> - the rname of the server to connect to
<channel name> - Channel name parameter for the channel to publish to
[Optional Arguments]
[count] -The number of events to publish (default: 10)
[size] - The size (bytes) of the event to publish (default: 100)
Application Source Code