IHostManagementAddNotificationAsync(Int16, Notification) Method
Adds the indicated notification to the user's notifications asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<Notification> AddNotificationAsync(
short userId,
Notification notification
)
Function AddNotificationAsync (
userId As Short,
notification As Notification
) As Task(Of Notification)
- userId Int16
- Identifier of the user to notify.
- notification Notification
- Notification with the notification to add.
TaskNotificationNotification with the notification with its corresponding identifier.