Click or drag to resize

AlertDelete Method (IAppContext, Int32)

Deletes a single alert

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void Delete(
	IAppContext appCxt,
	int alertID
)

Parameters

appCxt
Type: NetQuarryIAppContext
The application context object.
alertID
Type: SystemInt32
The pk (integer, returned from Send().)
See Also