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