C# Class Akka.EventStore.Cqrs.Core.Messages.CommandResponse

Mostra file Open project: 4deeptech/Akka.EventStore.Cqrs.Core

Public Methods

Method Description
CommandResponse ( bool success, IEnumerable exceptions ) : System

Method Details

CommandResponse() public method

public CommandResponse ( bool success, IEnumerable exceptions ) : System
success bool
exceptions IEnumerable
return System