IHostManagementAddNotificationAsync(Notification) Method

Adds the indicated notification to the current user notifications asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<Notification> AddNotificationAsync(
	Notification notification
)

Parameters

notification  Notification
Notification with the notification to add.

Return Value

TaskNotification
Notification with the notification with its corresponding identifier.

See Also