C# Class IronPigeon.Dart.PostalService.MessageReceipt

A message and the time notification of it was received by the cloud inbox.
Afficher le fichier Open project: AArnott/IronPigeon

Méthodes publiques

Méthode Description
MessageReceipt ( Message message, DateTimeOffset dateNotificationPosted ) : System

Initializes a new instance of the MessageReceipt class.

Method Details

MessageReceipt() public méthode

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.
Résultat System