<< Click to Display Table of Contents >> Navigation: »No topics above this level« LoggerEntryCollection.RemoveCollection(ICollection) Method |
Depracated method to remove a specific collection (very slow for collections with more than 10000 items!); Use the second implementation with parameter LoggerEntryCollection instead!
[Visual Basic]
Public Overloads Sub RemoveCollection( _
ByVal iKeys As ICollection _
)
[C#]
public void RemoveCollection(
ICollection iKeys
);
iKeys
The list of loggerEntries
LoggerEntryCollection Class | BR.AN.PviServices Namespace | LoggerEntryCollection.RemoveCollection Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]