IWpfNotificationService..::..GetLastToastNotification Method

Gets the last toast notification.

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

Syntax


Notification GetLastToastNotification(
	Nullable<string> notificationCenterName
)
Function GetLastToastNotification ( _
	notificationCenterName As Nullable(Of String) _
) As Notification
Notification^ GetLastToastNotification(
	Nullable<String^> notificationCenterName
)

Parameters

notificationCenterName
Type: Nullable<(Of <(<'String>)>)>
Name of the notification center.

Return Value

Notification ofNotification of the last toast notification.