Méthode | Description | |
---|---|---|
DeleteMessageBatchRequestEntry ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
DeleteMessageBatchRequestEntry ( string id, string receiptHandle ) : System |
Instantiates DeleteMessageBatchRequestEntry with the parameterized properties
|
Méthode | Description | |
---|---|---|
IsSetId ( ) : bool | ||
IsSetReceiptHandle ( ) : bool |
public DeleteMessageBatchRequestEntry ( ) : System | ||
Résultat | System |
public DeleteMessageBatchRequestEntry ( string id, string receiptHandle ) : System | ||
id | string | An identifier for this particular receipt handle. This is used to communicate the result. Id s of a batch request need to be unique within a request |
receiptHandle | string | A receipt handle. |
Résultat | System |