C# 클래스 CmisSync.Notifications.NotificationUtils

Desktop Notification utils.
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

공개 메소드들

메소드 설명
NotifyAsync ( string title, string content = null, string iconPath = null ) : void

Creates a Notification by Notificatoin Daemon

메소드 상세

NotifyAsync() 공개 정적인 메소드

Creates a Notification by Notificatoin Daemon
public static NotifyAsync ( string title, string content = null, string iconPath = null ) : void
title string /// Notification title. ///
content string /// Notification message/content. ///
iconPath string /// Icon path. ///
리턴 void