IWpfNotificationService..::..Create Method

Creates the Notification(s).

Namespace:  Wpf.NotificationCenter.Services
Assembly:  Wpf.NotificationCenter (in Wpf.NotificationCenter.dll)

Syntax


Notification Create(
	string title,
	string text,
	NotificationType notificationType,
	Nullable<string> notificationCenterName,
	AlertType alertType
)
Function Create ( _
	title As String, _
	text As String, _
	notificationType As NotificationType, _
	notificationCenterName As Nullable(Of String), _
	alertType As AlertType _
) As Notification
Notification^ Create(
	String^ title, 
	String^ text, 
	NotificationType^ notificationType, 
	Nullable<String^> notificationCenterName, 
	AlertType^ alertType
)

Parameters

title
Type: String
The title.
text
Type: String
The text.
notificationType
Type: Wpf.NotificationCenter.Enums..::..NotificationType
Type of the notification.
notificationCenterName
Type: Nullable<(Of <(<'String>)>)>
Name of the notification center.
alertType
Type: Wpf.NotificationCenter.Enums..::..AlertType
Type of the alert.

Return Value

Alert Center Notification.