C# Class IronPigeon.Channel.NotificationPostedReceipt

The result of posting a message notification to a cloud inbox.
显示文件 Open project: AArnott/IronPigeon

Public Methods

Method Description
NotificationPostedReceipt ( IronPigeon.Endpoint recipient, DateTimeOffset cloudInboxReceiptTimestamp ) : System

Initializes a new instance of the NotificationPostedReceipt class.

Method Details

NotificationPostedReceipt() public method

Initializes a new instance of the NotificationPostedReceipt class.
public NotificationPostedReceipt ( IronPigeon.Endpoint recipient, DateTimeOffset cloudInboxReceiptTimestamp ) : System
recipient IronPigeon.Endpoint The inbox that received the notification.
cloudInboxReceiptTimestamp DateTimeOffset The timestamp included in the HTTP response from the server.
return System