Skip to main content

sow-and-delta-simple-example

Importing the AMPS client library:

using AMPS.Client;
using AMPS.Client.Exceptions;

Constructing the command:

Command cmd = new Command(Message.Commands.SOWAndDeltaSubscribe)
.setTopic(topic)
;

The command can now be used in execute or executeAsync.