C# Класс EventStore.Core.Messages.StorageMessage.WriteTransactionStart

Наследование: EventStore.Core.Messaging.Message, IPreconditionedWriteMessage, IFlushableMessage, IMasterWriteMessage
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
LiveUntil System.DateTime

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

Метод Описание
WriteTransactionStart ( System.Guid correlationId, IEnvelope envelope, string eventStreamId, int expectedVersion, System.DateTime liveUntil ) : System

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

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

public WriteTransactionStart ( System.Guid correlationId, IEnvelope envelope, string eventStreamId, int expectedVersion, System.DateTime liveUntil ) : System
correlationId System.Guid
envelope IEnvelope
eventStreamId string
expectedVersion int
liveUntil System.DateTime
Результат System

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

LiveUntil публичное свойство

public DateTime,System LiveUntil
Результат System.DateTime