Managed Syslog Server Class Library Reference

AssemblyEntryCollection.Remove Method 

指定したキーを持つエントリを AssemblyEntryCollection インスタンスから削除します。

[Visual Basic]
Public Sub Remove( _
   ByVal key As String _
)
[C#]
public void Remove(
   string key
);

Parameters

key
削除するエントリのキー。

See Also

AssemblyEntryCollection Class | Syslog.Config Namespace