C# Класс UncommittedEvent, Runtime

Represent an Event that has not been committed to the Event Store.
Наследование: Event
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
UncommittedEvent ( EventSourceId eventSourceId, Artifact, type, bool isPublic, string content ) : Dolittle.Runtime.Artifacts

Initializes a new instance of the UncommittedEvent class.

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

UncommittedEvent() публичный Метод

Initializes a new instance of the UncommittedEvent class.
public UncommittedEvent ( EventSourceId eventSourceId, Artifact, type, bool isPublic, string content ) : Dolittle.Runtime.Artifacts
eventSourceId EventSourceId The Events EventSourceId.
type Artifact, The representing the type of the Event.
isPublic bool Whether the Event is public.
content string The content of the Event represented as a JSON-encoded .
Результат Dolittle.Runtime.Artifacts