Skip to main content

ILifeline.ReceiveMessages property

Namespace: NextDesign.Core

Description

The list of messages that this lifeline receives
Returns a combined list of received messages for all execution specs on this lifeline.
The order of collections is sorted according to the following rules:

  1. The order of execution specifications held by this lifeline
  2. The order of received messages in the execution specification
IMessageCollection ReceiveMessages { get; }

type

  • IMessageCollection