IHostManagementAddNotificationAsync(Notification) Method
Adds the indicated notification to the current user notifications asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<Notification> AddNotificationAsync(
Notification notification
)
Function AddNotificationAsync (
notification As Notification
) As Task(Of Notification)
- notification Notification
- Notification with the notification to add.
TaskNotificationNotification with the notification with its corresponding identifier.