Class StoreReply
Assembly: Akka.DistributedData.dll
Syntax
public sealed class StoreReply
Constructors
|
Edit this page
View Source
StoreReply(object, object, IActorRef)
Declaration
public StoreReply(object successMessage, object failureMessage, IActorRef replyTo)
Parameters
Fields
|
Edit this page
View Source
FailureMessage
Declaration
public readonly object FailureMessage
Field Value
|
Edit this page
View Source
ReplyTo
Declaration
public readonly IActorRef ReplyTo
Field Value
|
Edit this page
View Source
SuccessMessage
Declaration
public readonly object SuccessMessage
Field Value
Extension Methods