WpfNotificationService..::..Create Method
Creates the Notification(s).
Namespace:
Wpf.NotificationCenter.ServicesAssembly: Wpf.NotificationCenter (in Wpf.NotificationCenter.dll)
Syntax
public Notification Create( string title, string text, NotificationType notificationType, Nullable<string> notificationCenterName, AlertType alertType )
Public Function Create ( _ title As String, _ text As String, _ notificationType As NotificationType, _ notificationCenterName As Nullable(Of String), _ alertType As AlertType _ ) As Notification
public: 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.
- alertType
- Type: Wpf.NotificationCenter.Enums..::..AlertType
Type of the alert.