Method | Description | |
---|---|---|
DeleteMessageRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
DeleteMessageRequest ( string queueUrl, string receiptHandle ) : System |
Instantiates DeleteMessageRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetQueueUrl ( ) : bool | ||
IsSetReceiptHandle ( ) : bool |
public DeleteMessageRequest ( string queueUrl, string receiptHandle ) : System | ||
queueUrl | string | The URL of the Amazon SQS queue from which messages are deleted. Queue URLs are case-sensitive. |
receiptHandle | string | The receipt handle associated with the message to delete. |
return | System |