C# Класс Akka.EventStore.Cqrs.Core.Command

Наследование: ICommand, IMessageContext, IConsistentHashable
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Защищенные методы

Метод Описание
Command ( System.Guid aggregateId ) : Akka.Routing
Command ( System.Guid aggregateId, IMessageContext context ) : Akka.Routing
Command ( System.Guid aggregateId, int version ) : Akka.Routing
Command ( System.Guid aggregateId, int version, IMessageContext context ) : Akka.Routing

Описание методов

Command() защищенный Метод

protected Command ( System.Guid aggregateId ) : Akka.Routing
aggregateId System.Guid
Результат Akka.Routing

Command() защищенный Метод

protected Command ( System.Guid aggregateId, IMessageContext context ) : Akka.Routing
aggregateId System.Guid
context IMessageContext
Результат Akka.Routing

Command() защищенный Метод

protected Command ( System.Guid aggregateId, int version ) : Akka.Routing
aggregateId System.Guid
version int
Результат Akka.Routing

Command() защищенный Метод

protected Command ( System.Guid aggregateId, int version, IMessageContext context ) : Akka.Routing
aggregateId System.Guid
version int
context IMessageContext
Результат Akka.Routing