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