C# Class IronPigeon.Channel.PayloadReceipt

A message payload 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
PayloadReceipt ( Payload payload, DateTimeOffset dateNotificationPosted ) : System

Initializes a new instance of the PayloadReceipt class.

Method Details

PayloadReceipt() public méthode

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