Skip to main content

IMessage.Receiver property

Namespace: NextDesign.Core

Description

Message Recipient Lifeline

Returns the lifeline that owns this message's destination port if it is an execution specification.
Returns null if the recipient of the message is an element whose lifeline cannot be identified, such as the end of the message.

I Lifeline Receiver { get; }

type