Removes the entry from the collection.

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

Syntax

C#
public bool Remove(
	VGLogEntry entry
)
Visual Basic
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

Type: Boolean
true when the entry is removed. False otherwise.

Exceptions

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

See Also