Table of Contents

Property ExpectsReply

Namespace
Skyline.DataMiner.Core.InterAppCalls.Common.CallBulk
Assembly
Skyline.DataMiner.Core.InterAppCalls.Common.dll

ExpectsReply

Gets whether the messages expect a reply from the recipient.

bool ExpectsReply { get; }

Property Value

bool

true if 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