C# 클래스 IronPigeon.Channel.PayloadReceipt

A message payload and the time notification of it was received by the cloud inbox.
파일 보기 프로젝트 열기: AArnott/IronPigeon

공개 메소드들

메소드 설명
PayloadReceipt ( Payload payload, DateTimeOffset dateNotificationPosted ) : System

Initializes a new instance of the PayloadReceipt class.

메소드 상세

PayloadReceipt() 공개 메소드

Initializes a new instance of the PayloadReceipt class.
public PayloadReceipt ( Payload payload, DateTimeOffset dateNotificationPosted ) : System
payload Payload The payload itself.
dateNotificationPosted DateTimeOffset The date the cloud inbox received notification of the payload.
리턴 System