Click or drag to resize

MessageGetResponseMessage Method

Returns a new message that can be used to answer this one. Throws an InvalidStateException if this message is not expecting a response (ResponseId).

Namespace:  MicaSystems.Broadcasting
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public Message GetResponseMessage()

Return Value

Type: Message
See Also