C# 클래스 Amazon.SQS.Model.ReceiveMessageRequest

파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IsSetAttributeNames ( ) : bool
IsSetMaxNumberOfMessages ( ) : bool
IsSetMessageAttributeNames ( ) : bool
IsSetQueueUrl ( ) : bool
IsSetReceiveRequestAttemptId ( ) : bool
IsSetVisibilityTimeout ( ) : bool
IsSetWaitTimeSeconds ( ) : bool

메소드 상세

ReceiveMessageRequest() 공개 메소드

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

ReceiveMessageRequest() 공개 메소드

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.
리턴 System