Managed Syslog Server Class Library Reference

EncodingSelector.Init Method 

フィルタを初期化して文字エンコーディング判定の準備を整えます。

[Visual Basic]
NotOverridable Public Sub Init( _
   ByVal FilterEvent As ListenerFilterEvent, _
   ByVal config As String _
) Implements _
   ISyslogListenerFilter.Init
[C#]
public void Init(
   ListenerFilterEvent FilterEvent,
   string config
);

Parameters

FilterEvent
フィルタリングを実行するイベントデリゲートを格納する ListenerFilterEvent
config
app.config カスタムコンフィグレーションノード文字列。

Implements

ISyslogListenerFilter.Init

See Also

EncodingSelector Class | Syslog.Listener.Filter Namespace