C# Class Res.Core.Tests.Storage.EventStorageInfo

Datei anzeigen Open project: heartysoft/res Class Usage Examples

Public Methods

Method Description
EventStorageInfo ( System.Guid eventId, int sequence, System.DateTime timestamp, string typeKey, string body, string header ) : System

Method Details

EventStorageInfo() public method

public EventStorageInfo ( System.Guid eventId, int sequence, System.DateTime timestamp, string typeKey, string body, string header ) : System
eventId System.Guid
sequence int
timestamp System.DateTime
typeKey string
body string
header string
return System