C# 클래스 IronPigeon.Channel.NotificationPostedReceipt

The result of posting a message notification to a cloud inbox.
파일 보기 프로젝트 열기: AArnott/IronPigeon

공개 메소드들

메소드 설명
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