Developer Guide : Enterprise APIs : Enterprise Developer's Guide for C++ : Code Examples for C++ : Publish / Subscribe using Datastreams and Datagroups : C++ Client: DataGroup Publishing with Conflation
C++ Client: DataGroup Publishing with Conflation
This example shows how to publish to DataGroups, with optional conflation.
Usage
DataGroupPublish <rname> <group name> [count] [size]


<Required Arguments>


<rname> - the custom URL to access the realm. Example: nhp://localhost:9000

<group name> - Data group name parameter 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
Click here for a code example
Copyright © 2013-2017 Software AG, Darmstadt, Germany. (Innovation Release)

Product LogoContact Support   |   Community   |   Feedback