Click or drag to resize
Galactic API

SqlEventLogDeleteSource Method

Deletes an event source from the log. Note: Deleting an event source, deletes all events originating from this source in the log.

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 DeleteSource(
	int id
)

Parameters

id
Type: SystemInt32
The ID of the event source in the database to delete.

Return Value

Type: Boolean
True if the event source was deleted, false otherwise.
See Also