WpfNotificationService..::..Close Method
Closes the specified notification.
Namespace:
Wpf.NotificationCenter.ServicesAssembly: Wpf.NotificationCenter (in Wpf.NotificationCenter.dll)
Syntax
public void Close( Notification notification, Nullable<string> notificationCenterName )
Public Sub Close ( _ notification As Notification, _ notificationCenterName As Nullable(Of String) _ )
public: void Close( Notification^ notification, Nullable<String^> notificationCenterName )
Parameters
- notification
- Type: Wpf.NotificationCenter.Notification..::..Notification
The notification.