Skip to main content

IMessage.After property

Namespace: NextDesign.Core

Description

The message that follows this message
Returns null if there is no trailing message.

■ What is a trailing message
This is the message that is sent immediately after this message and the message that has the same sender.
However, follow-on messages do not include response messages.
Also, if this message type is a response message, the subsequent message will be null.
Note)
Note that even if messages are sent from the same lifeline, sent messages with different execution specifications will not be treated as succeeding messages.

IMessage After { get; }

types