C# Класс IronPigeon.Channel.NotificationPostedReceipt

The result of posting a message notification to a cloud inbox.
Показать файл Открыть проект

Открытые методы

Метод Описание
NotificationPostedReceipt ( IronPigeon.Endpoint recipient, DateTimeOffset cloudInboxReceiptTimestamp ) : System

Initializes a new instance of the NotificationPostedReceipt class.

Описание методов

NotificationPostedReceipt() публичный Метод

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.
Результат System