C# Class Amazon.SQS.Model.ReceiveMessageRequest

Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
IsSetAttributeNames ( ) : bool
IsSetMaxNumberOfMessages ( ) : bool
IsSetMessageAttributeNames ( ) : bool
IsSetQueueUrl ( ) : bool
IsSetReceiveRequestAttemptId ( ) : bool
IsSetVisibilityTimeout ( ) : bool
IsSetWaitTimeSeconds ( ) : bool

Method Details

ReceiveMessageRequest() public méthode

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

ReceiveMessageRequest() public méthode

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.
Résultat System