Click or drag to resize

VGLogEntryCollectionRemove Method

Removes the entry from the collection.

Namespace:  Novalys.VisualGuard.Security.Logging
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public bool Remove(
	VGLogEntry entry
)

Parameters

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

Return Value

Type: Boolean
true when the entry is removed. False otherwise.
Exceptions
ExceptionCondition
ArgumentNullExceptionthe log entry is null.
See Also