Click or drag to resize
S101ReaderIsAnotherMessageAvailable Property
Gets a value indicating whether another message is available.

Namespace: Lawo.EmberPlusSharp.S101
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public bool IsAnotherMessageAvailable { get; }

Property Value

Type: Boolean
Exceptions
ExceptionCondition
InvalidOperationExceptionThe IsCompleted property is false for the Task object returned by a previously called async method.
See Also