ModuleAlarm.GetTotalCount Method
Retrieves the total count of alarms based on the provided filter.
<param name="filter">The filter string to apply to the alarms.</param>
<returns>The total count of alarms that match the filter. Returns 0 if no alarms are found or if an error occurs.</returns>
<ID("GetTotalCount", (int)e.GetTotalCount)> _
<EditorBrowsable(EditorBrowsableState.Always)> _
Public Function GetTotalCount( _
ByVal filter As String _
) As Integer
This language is not supported or no code example is available.
[ID("GetTotalCount", (int)e.GetTotalCount)]
[EditorBrowsable(EditorBrowsableState.Always)]
public int GetTotalCount(
string filter
)
This language is not supported or no code example is available.
Parameters
-
filter
-
string
The filter string to apply to the alarms.
Return Value
int
.NET Framework
Supported in: 4.8