Skip to main content

ILifeline.SendMessages property

Namespace: NextDesign.Core

Description

List of messages sent from this lifeline
Returns a combined list of outgoing 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. Order of outgoing messages in the execution specification
IMessageCollection SendMessages { get; }

type

  • IMessageCollection