Метод | Описание | |
---|---|---|
SendMessageRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
SendMessageRequest ( string queueUrl, string messageBody ) : System |
Instantiates SendMessageRequest with the parameterized properties
|
Метод | Описание | |
---|---|---|
IsSetDelaySeconds ( ) : bool | ||
IsSetMessageAttributes ( ) : bool | ||
IsSetMessageBody ( ) : bool | ||
IsSetMessageDeduplicationId ( ) : bool | ||
IsSetMessageGroupId ( ) : bool | ||
IsSetQueueUrl ( ) : bool |
public SendMessageRequest ( string queueUrl, string messageBody ) : System | ||
queueUrl | string | The URL of the Amazon SQS queue to which a message is sent. Queue URLs are case-sensitive. |
messageBody | string | The message to send. The maximum string size is 256 KB.
|
Результат | System |