AlertDeleteRelated Method |
Deletes all alerts related to the key
Namespace:
NetQuarry.Services
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static void DeleteRelated(
IAppContext appCxt,
Object relatedID,
OleDbType relType
)
Public Shared Sub DeleteRelated (
appCxt As IAppContext,
relatedID As Object,
relType As OleDbType
)
Parameters
- appCxt
- Type: NetQuarryIAppContext
The application context object. - relatedID
- Type: SystemObject
The related id value. - relType
- Type: System.Data.OleDbOleDbType
The type of the related id.
See Also