Click or drag to resize
Galactic API

SqlEventLogUpdateSeverityLevel Method

Updates the attributes of an existing event severity level.

Namespace:  Galactic.EventLog.Sql
Assembly:  Galactic.EventLog.Sql (in Galactic.EventLog.Sql.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
protected bool UpdateSeverityLevel(
	int id,
	string name
)

Parameters

id
Type: SystemInt32
The ID of the event severity level in the database.
name
Type: SystemString
The name to give the event severity level.

Return Value

Type: Boolean
True if the update succeeded, false otherwise.
See Also