Property ExpectsReply
- Namespace
- Skyline.DataMiner.Core.InterAppCalls.Common.CallSingle
- Assembly
- Skyline.DataMiner.Core.InterAppCalls.Common.dll
ExpectsReply
Gets whether this message expects a reply from the recipient.
public bool ExpectsReply { get; }
Property Value
- bool
true
if the message expects a reply; otherwise,false
.
Remarks
This property is intended for the recipient. It will always return false
if the message has not been sent yet.
- See Also