Delegate MessageHandler<TMessage>
Represents a handler for a message, which includes the ability to signal that tests should stop running.
public delegate void MessageHandler<TMessage>(MessageHandlerArgs<TMessage> args) where TMessage : IMessageSinkMessage
Parameters
argsMessageHandlerArgs<TMessage>The message.
Type Parameters
TMessageThe type of the message to be handled.