Removes the entry from the collection.
Namespace:
Novalys.VisualGuard.Security.LoggingAssembly: 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
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | the log entry is null. |