Click or drag to resize

TriggerManagerSetNotifyTriggerAlertsRead Method

Set the read flag of the notifications with the given IDs.

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public Task SetNotifyTriggerAlertsRead(
	List<Guid> alertIds,
	bool read
)

Parameters

alertIds
Type: System.Collections.GenericListGuid
read
Type: SystemBoolean

Return Value

Type: Task
See Also