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

Encloses a receipt handle and an identifier for it.

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

공개 메소드들

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

비공개 메소드들

메소드 설명
IsSetId ( ) : bool
IsSetReceiptHandle ( ) : bool

메소드 상세

DeleteMessageBatchRequestEntry() 공개 메소드

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

DeleteMessageBatchRequestEntry() 공개 메소드

Instantiates DeleteMessageBatchRequestEntry with the parameterized properties
public DeleteMessageBatchRequestEntry ( string id, string receiptHandle ) : System
id string An identifier for this particular receipt handle. This is used to communicate the result. The Ids of a batch request need to be unique within a request
receiptHandle string A receipt handle.
리턴 System