NLog Logging Library

TargetCollection.Remove Method 

[This is preliminary documentation and subject to change.]

Removes the first occurrence of a specific Target from this TargetCollection.

[Visual Basic]
Overridable Public Sub Remove( _
   ByVal value As Target _
)
[C#]
public virtual void Remove(
   Target value
);

Parameters

value
The Target value to remove from this TargetCollection.

See Also

TargetCollection Class | NLog Namespace