Skip to main content

IMessage.ReceivePort property

Namespace: NextDesign.Core

Description

The port to which messages are received

The following model elements correspond to the actual type of destination port for messages:

  • IExecutionSpecification : Execution specification
  • IMessageEnd : Message end
  • IFrame : Frame
    The actual type can be found by checking ReceivePortType.
IMessagePort ReceivePort { get; }

type