Click or drag to resize
Akka.NETIGetResponse Interface

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface IGetResponse : INoSerializationVerificationNeeded

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
Methods
  NameDescription
Public methodGetT
Tries to return a result of the request, given a replicated collection key used when sending a [!:Replicator.Get] request.
Top
See Also