IWpfNotificationService..::..GetLastAlertCenterNotification Method

Gets the last alert center notification.

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

Syntax


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

Parameters

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

Return Value

Notification ofNotification of the last alert center notification.