C# 클래스 IronPigeon.Dart.PostalService.MessageReceipt

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

공개 메소드들

메소드 설명
MessageReceipt ( Message message, DateTimeOffset dateNotificationPosted ) : System

Initializes a new instance of the MessageReceipt class.

메소드 상세

MessageReceipt() 공개 메소드

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