IMessageContext Interface

Summary

Additional message-related information.
graph BT Type["IMessageContext"] class Type type-node

Syntax

public interface IMessageContext

Remarks

Additional message-related information.

Properties

Name Value Summary
Container IObjectContainer
The container the message was dispatched to.
Sender IMessageSender
The sender of the current message.
Transaction Transaction
The transaction the current message has been sent with.