Delegate InterceptCallback<TMsg>
Handles an intercepted message.
public delegate void InterceptCallback<TMsg>(Intercept<TMsg> intercept) where TMsg : IMessage<TMsg>
Parameters
intercept
Intercept<TMsg>The intercept event arguments.
Type Parameters
TMsg
The type of the message.