Managed Syslog Server Class Library Reference

RelayFilterEvent.Routing Event

ルーティングイベント。ルーティングフィルタを適用するためのイベントです。

[Visual Basic]
Public Event Routing As RoutingEventHandler
[C#]
public event RoutingEventHandler Routing;

Event Data

The event handler receives an argument of type RoutingEventArgs containing data related to this event. The following RoutingEventArgs properties provide information specific to this event.

PropertyDescription
Plugin フィルタを適用する SyslogInfo を処理しているルーティング処理モジュールのインスタンス。
PluginID フィルタを適用する SyslogInfo を処理しているルーティングモジュールID
Syslog フィルタを適用する SyslogInfo。

See Also

RelayFilterEvent Class | Syslog.Relay Namespace