| 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
)
Protected Function DeleteSource (
id As Integer
) As Boolean
protected:
bool DeleteSource(
int id
)
member DeleteSource :
id : int -> bool
Parameters
- id
- Type: SystemInt32
The ID of the event source in the database to delete.
Return Value
Type:
BooleanTrue if the event source was deleted, false otherwise.
See Also