C# Class IronPigeon.Dart.PostalService.MessageReceipt

A message and the time notification of it was received by the cloud inbox.
ファイルを表示 Open project: AArnott/IronPigeon

Public Methods

Method Description
MessageReceipt ( Message message, DateTimeOffset dateNotificationPosted ) : System

Initializes a new instance of the MessageReceipt class.

Method Details

MessageReceipt() public method

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.
return System