[This is preliminary documentation and is subject to change.]
Delegate for message filtering
Namespace: NFX.Log.DestinationsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public delegate bool MessageFilterHandler(
Destination destination,
Message msg
)
public delegate bool MessageFilterHandler(
Destination destination,
Message msg
)
Public Delegate Function MessageFilterHandler (
destination As Destination,
msg As Message
) As Boolean
Public Delegate Function MessageFilterHandler (
destination As Destination,
msg As Message
) As Boolean
public delegate bool MessageFilterHandler(
Destination^ destination,
Message^ msg
)
public delegate bool MessageFilterHandler(
Destination^ destination,
Message^ msg
)
type MessageFilterHandler =
delegate of
destination : Destination *
msg : Message -> bool
type MessageFilterHandler =
delegate of
destination : Destination *
msg : Message -> bool
Return Value
Type:
Boolean