2using System.Threading.Tasks;
13 private readonly
object state;
42 public object State => this.state;
Event arguments for cluster message acknowledgement events.
ClusterResponseEventArgs(IClusterCommand Command, EndpointResponse< ResponseType >[] Responses, object State)
Event arguments for cluster message acknowledgement events.
bool Ok
If the command was executed without error on all endpoints.
IClusterCommand Command
Cluster command object.
EndpointResponse< ResponseType >[] Responses
Command execution responses.
object State
State object passed on to the original request.
Contains the response from one of the endpoints in the cluster.
bool Ok
If the command was executed without error on the endpoint.
Interface for cluster commands.