ALM Open Test Architecture API Type Library Version 12.55
GetAlertList Method
Pass True to refresh cache data from server.
Description
Gets a list of all alerts associated with the object.Gets a list of all alerts associated with the object.
Syntax
Visual Basic
Public Function GetAlertList( _
   Optional ByVal NeedRefresh As Boolean = False _
) As List
Parameters
NeedRefresh
Pass True to refresh cache data from server.
Remarks

If NeedRefresh is "True", returns the list of IAlert references from the server. If "False", takes the data from the client cache.

See Also

IAlertable2Dispatch Interface  | IAlertable2Dispatch Members