LoggerEntryCollection.Remove(String) Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > LoggerEntryCollection Class > LoggerEntryCollection Methods > Remove Method >

LoggerEntryCollection.Remove(String) Method

BR.AN.PviServices .NET


Remove the specified item from the collection

[Visual Basic]

Public Overrides Overloads Sub Remove( _

  ByVal key As String _

)

[C#]

public override void Remove(

  string key

);

Parameters

key

The key to be used to remove the item.

See Also

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


Generated from assembly BR.AN.PviServices [8.1.0.4]