CancelSend

Overview 

Attempts to cancel a currently existing send

Syntax 

CancelSend()

Examples 

This sample code demonstrates how to perform this against an initialized send:

1var mySend = Send.Init(12345);
2var status = mySend.CancelSend();