C# Class Amazon.SQS.Model.ReceiveMessageRequest

Mostrar archivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
ReceiveMessageRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

ReceiveMessageRequest ( string queueUrl ) : System

Instantiates ReceiveMessageRequest with the parameterized properties

Private Methods

Method Description
IsSetAttributeNames ( ) : bool
IsSetMaxNumberOfMessages ( ) : bool
IsSetMessageAttributeNames ( ) : bool
IsSetQueueUrl ( ) : bool
IsSetReceiveRequestAttemptId ( ) : bool
IsSetVisibilityTimeout ( ) : bool
IsSetWaitTimeSeconds ( ) : bool

Method Details

ReceiveMessageRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public ReceiveMessageRequest ( ) : System
return System

ReceiveMessageRequest() public method

Instantiates ReceiveMessageRequest with the parameterized properties
public ReceiveMessageRequest ( string queueUrl ) : System
queueUrl string The URL of the Amazon SQS queue from which messages are received. Queue URLs are case-sensitive.
return System