IHostManagementAddNotificationAsync(Int16, Notification) Method

Adds the indicated notification to the user's notifications asynchronously.

Definition

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

Parameters

userId  Int16
Identifier of the user to notify.
notification  Notification
Notification with the notification to add.

Return Value

TaskNotification
Notification with the notification with its corresponding identifier.

See Also