Method | Description | |
---|---|---|
SendMessageBatchRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
SendMessageBatchRequest ( string queueUrl, List |
Instantiates SendMessageBatchRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetEntries ( ) : bool | ||
IsSetQueueUrl ( ) : bool |
public SendMessageBatchRequest ( string queueUrl, List |
||
queueUrl | string | The URL of the Amazon SQS queue to which batched messages are sent. Queue URLs are case-sensitive. |
entries | List |
A list of SendMessageBatchRequestEntry items. |
return | System |