C# Class Platform.Node.Messages.ClientMessage.AppendEvents

Inheritance: WriteMessage
Mostrar archivo Open project: Lokad/lokad-data-platform

Public Properties

Property Type Description
Envelope Action
EventData byte[]
StoreId EventStoreId
StreamId string

Public Methods

Method Description
AppendEvents ( EventStoreId storeId, string streamId, byte eventData, Action envelope ) : System

Method Details

AppendEvents() public method

public AppendEvents ( EventStoreId storeId, string streamId, byte eventData, Action envelope ) : System
storeId EventStoreId
streamId string
eventData byte
envelope Action
return System

Property Details

Envelope public_oe property

public Action Envelope
return Action

EventData public_oe property

public byte[] EventData
return byte[]

StoreId public_oe property

public EventStoreId StoreId
return EventStoreId

StreamId public_oe property

public string StreamId
return string