Click or drag to resize

ISubscriptionManagerGetSecurityAlert Method

Gets the SecurityAlert for the notification

Namespace:  Omada.OE.Model.Subscriptions
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
Task<SecurityAlert> GetSecurityAlert(
	string id
)

Parameters

id
Type: SystemString

Return Value

Type: TaskSecurityAlert
See Also