IWpfNotificationService..::..Close Method

Closes the specified notification.

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

Syntax


void Close(
	Notification notification,
	Nullable<string> notificationCenterName
)
Sub Close ( _
	notification As Notification, _
	notificationCenterName As Nullable(Of String) _
)
void Close(
	Notification^ notification, 
	Nullable<String^> notificationCenterName
)

Parameters

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