Removes the entry from the collection.

Namespace:  Novalys.VisualGuard.Security.Logging
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public bool Remove(
	VGLogEntry entry
)
Visual Basic (Declaration)
Public Function Remove ( _
	entry As VGLogEntry _
) As Boolean

Parameters

entry
Type: Novalys.VisualGuard.Security.Logging..::.VGLogEntry
The entry to remove from the collection.

Return Value

true when the entry is removed. False otherwise.

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptionthe log entry is null.

See Also