C# Class Res.Core.Storage.EventInStorage

Exibir arquivo Open project: heartysoft/res Class Usage Examples

Public Methods

Method Description
EventInStorage ( System.Guid eventId, string context, string stream, long sequence, long globalSequence, System.DateTime timestamp, string typeKey, string headers, string body ) : System

Method Details

EventInStorage() public method

public EventInStorage ( System.Guid eventId, string context, string stream, long sequence, long globalSequence, System.DateTime timestamp, string typeKey, string headers, string body ) : System
eventId System.Guid
context string
stream string
sequence long
globalSequence long
timestamp System.DateTime
typeKey string
headers string
body string
return System