Skip to main content

IMessage.Reply property

Namespace: NextDesign.Core

Description

A reply message that corresponds to this message
Returns null if there is no corresponding response message.

■ What is the corresponding response message
This is the response message returned by the execution specification of the recipient of this message.

IMessage Reply { get; }

type