Click or drag to resize

GHASysCreateAlert Method (DateTime, String, String, String, String)

[This is preliminary documentation and is subject to change.]

Creates and publishes an alert

Namespace:  GHASchema.Helpers
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
public static void CreateAlert(
	DateTime dt,
	string name,
	string alertSource,
	string affectedObject,
	string message
)

Parameters

dt
Type: SystemDateTime
Date and time of the alert
name
Type: SystemString
Name assigned to the alert
alertSource
Type: SystemString
Source assigned to the alert
affectedObject
Type: SystemString
The object associated with the alert
message
Type: SystemString
The alert message
See Also