C# 클래스 HA4IoT.Contracts.Services.Notifications.Notification

파일 보기 프로젝트 열기: chkr1011/CK.HomeAutomation 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Notification ( System.Guid uid, NotificationType type, System.DateTime timestamp, string message, System.TimeSpan timeToLive ) : System

메소드 상세

Notification() 공개 메소드

public Notification ( System.Guid uid, NotificationType type, System.DateTime timestamp, string message, System.TimeSpan timeToLive ) : System
uid System.Guid
type NotificationType
timestamp System.DateTime
message string
timeToLive System.TimeSpan
리턴 System