Managed Syslog Server Class Library Reference

ISyslogListenerFilter.Init Method 

イベントデリゲートをセットアップしフィルタを初期化します。

[Visual Basic]
Sub Init( _
   ByVal FilterEvent As ListenerFilterEvent, _
   ByVal config As String _
)
[C#]
void Init(
   ListenerFilterEvent FilterEvent,
   string config
);

Parameters

FilterEvent
フィルタ操作の実行をするイベントを持った ListenerFilterEvent。
config
app.config カスタムコンフィグレーションノード。

See Also

ISyslogListenerFilter Interface | Syslog.Listener Namespace