Click or drag to resize
Akka.NETIGetResponse Properties

The IGetResponse type exposes the following members.

Properties
  NameDescription
Public propertyIsFailure
True if a failure happened during request fulfillment. False if returned successfully or value not found for the key.
Public propertyIsFound
False if value for request was not found. True otherwise.
Public propertyIsSuccessful
True if value for request was successfully returned. False if value was either not found or ended with failure.
Public propertyKey
Public propertyRequest
Optional object used for request/response correlation.
Top
See Also