| FromSequenceNumber |
[in] |
0:UInt64 |
The starting sequence number for the Requested Results.
It is a required argument if results are requested based on the input sequence number range.
It shall be a valid value > 0.
If 0, then fromTime and toTime are used. |
| ToSequenceNumber |
[in] |
0:UInt64 |
The ending sequence number of the Requested Results.
It is a required argument if results are requested based on the input sequence number range.
It shall be a valid value > 0 and shall be >= fromSequenceNumber.
If 0, then fromTime and toTime are used. |
| FromTime |
[in] |
0:UtcTime |
It is the start time for the Requested Results.
This argument is considered only when fromSequenceNumber and toSequenceNumber are set as 0. |
| ToTime |
[in] |
0:UtcTime |
It is the end time for the Requested Results.
This argument is considered only when fromSequenceNumber and toSequenceNumber are set as 0. |
| RequestedMinimumDurationBetweenResults |
[in] |
0:Duration |
The client can use this argument to configure a time interval between each Result to optimize the number of Results sent from the Server.
The Server can return the revised interval if the requested interval is not supported.
Note: It is only a requested minimum time interval by the client and the server could take additional time for processing. |
| RevisedMinimumDurationBetweenResults |
[out] |
0:Duration |
It is the minimum revised interval supported by the server. |
| Status |
[out] |
0:Int64 |
It provides the status of the Method execution. |
| StatusMessage |
[out] |
0:LocalizedText |
It provides the high-level status information in a user-friendly text. |