Public Shared Function SecurityAlert( _ ByVal Domain As XdsDomain, _ ByVal outcomeIndicator As EventOutcomeIndicator, _ ByVal alertDescription As String _ ) As Integer
Dim Domain As XdsDomain Dim outcomeIndicator As EventOutcomeIndicator Dim alertDescription As String Dim value As Integer value = XdsAudit.SecurityAlert(Domain, outcomeIndicator, alertDescription)
public static int SecurityAlert( XdsDomain Domain, EventOutcomeIndicator outcomeIndicator, string alertDescription )
public: static int SecurityAlert( XdsDomain^ Domain, EventOutcomeIndicator outcomeIndicator, String^ alertDescription )
Parameters
- Domain
- The XDS domain, including a list of the audit repositories to be used
- outcomeIndicator
- The status of the event being logged
- alertDescription
- Human readable description of the alert
Return Value
The number of audit repositories to which the message was successfully sent