The AsyncReadObjectResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| LockTicket |
Returns the LockTicket as necessary. If the async read operation did not
lock the object, IsNullLockTicket will be true.
(Inherited from AsyncReadResult.) | |
| Object |
The deserialized object value read from ScaleOut StateServer or null if no object was read.
| |
| ReadResult |
Returns the results of the Read operation.
(Inherited from AsyncReadResult.) |
See Also