C# Класс IronPigeon.Dart.PostalService.MessageReceipt

A message and the time notification of it was received by the cloud inbox.
Показать файл Открыть проект

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

Метод Описание
MessageReceipt ( Message message, DateTimeOffset dateNotificationPosted ) : System

Initializes a new instance of the MessageReceipt class.

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

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

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