Skip to main content

IMessageEnd.Message property

Namespace: NextDesign.Core

Description

messages sent or received by this message end
Returns null if the message is not connected.

A message end can either send or receive, and can only connect a single message.
You can check if this message end can send and receive messages by checking if this property is null.

IMessage Message { get; }

type