Skip to main content

IExecutionSpecification.ReplyMessage property

Namespace: NextDesign.Core

Description

The response message sent by this run spec
Returns null if no reply message exists.

Returns the response message sent by the endpoint this execution specification activates.
If there is a reply message, this message becomes the last element of SendMessages.
Note)
Note that the last element of SendMessages is not necessarily the reply message.

IMessage ReplyMessage { get; }

type