Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / IAlarms Interface / DeleteByAlarmsId Method


In This Topic
    DeleteByAlarmsId Method
    In This Topic
    This provides the functionality to delete alarms and event from the Alarms and Events database based on AlarmIds.
    Syntax
    Sub DeleteByAlarmsId( _
       ByVal alarmIds() As System.Integer _
    ) 
    void DeleteByAlarmsId( 
       System.int[] alarmIds
    )
    void DeleteByAlarmsId( 
       System.array<int>^ alarmIds
    ) 

    Parameters

    alarmIds
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also