Sends multiple messages to a queue.
            
 Declaration Syntax
 Declaration Syntax| C# | 
SendMessageBatchResponse SendMessageBatch( SendMessageBatchRequest request )
 Parameters
 Parameters- request (SendMessageBatchRequest)
- SendMessageBatch request
 Return Value
 Return ValueSendMessageBatch Response from the service
 Remarks
 Remarks
            This operation takes multiple messages and adds each of them to the queue.
            The result of each add operation is reported individually in the response.