throw
Short summary
This method throws/sends the message and sends it to the associated message service to be handled. Should only be called once per message (will possilby send multiple if called more then once).
Parameters
none
Code
Declaration
METHOD throw
Implementation
THIS^.myMessage.Send();
THIS^.messageService.handle(THIS^);