LoggerEntryCollection.RemoveCollection(ICollection) Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

LoggerEntryCollection.RemoveCollection(ICollection) Method

BR.AN.PviServices .NET


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

);

Parameters

iKeys

The list of loggerEntries

See Also

LoggerEntryCollection Class | BR.AN.PviServices Namespace | LoggerEntryCollection.RemoveCollection Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]