Publish

Publishes changes and updates to a triggered send and returns a status

Syntax 

Publish()

Example 

To use the Publish() function, you must first initialize the triggered send object. Next, call the Publish() function on the initialized object.

1var tsd = TriggeredSend.Init("triggeredSend");
2var status = tsd.Publish();