ReadResponse Properties

TegoOS

ReadResponse Properties

The ReadResponse type exposes the following members.

Properties
  Name Description
Public property FailCount
The number of failed attempts to execute the operation.
(Inherited from OperationResponse.)
Public property Operation
The operation that was executed to generate this response.
(Inherited from OperationResponse.)
Public property ReadData
Data that was read by the operation.
(Overrides OperationResponseReadData.)
Public property Result
The result of the operation that was executed to generate this response.
(Inherited from OperationResponse.)
Public property SuccessCount
The number of successful attempts to execute the operation.
(Inherited from OperationResponse.)
Public property WordCountWritten
Number of words that were written (write operations only).
(Inherited from OperationResponse.)
Top
See Also