ReadResponse Properties
From TegoOS
A Sandcastle Documented Class Library
|
|
ReadResponse Properties |
The ReadResponse type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
FailCount | The number of failed attempts to execute the operation. (Inherited from OperationResponse.) |
|
|
Operation | The operation that was executed to generate this response. (Inherited from OperationResponse.) |
|
|
ReadData | Data that was read by the operation. (Overrides OperationResponseReadData.) |
|
|
Result | The result of the operation that was executed to generate this response. (Inherited from OperationResponse.) |
|
|
SuccessCount | The number of successful attempts to execute the operation. (Inherited from OperationResponse.) |
|
|
WordCountWritten | Number of words that were written (write operations only). (Inherited from OperationResponse.) |