Record representing queue poller statistical values.
Members |
Description |
LastMessageReceivedAt: TDateTime; |
Date and time the last message was received. |
PollingStartedAt: TDateTime; |
Date and time the polling was started at. |
PollingStoppedAt: TDateTime; |
Date and time the polling was stopped at. Will be 0 if still polling. |
ReceivedMessageCount: Integer; |
Number of messages received to date. |
RequestCount: Integer; |
Number of polling requests made to date. |
Copyright © 2019-2021 Appercept Ltd. All rights reserved.
|