Method | Description | |
---|---|---|
AzureSystemEventStore ( ) : System | ||
GetAllEvents ( System.Guid id ) : IEnumerable |
||
GetAllEventsSinceVersion ( System.Guid id, long version ) : IEnumerable |
||
GetEventSourceIndex ( ) : IEnumerable |
||
ReadFrom ( System.Guid id, long minVersion, long maxVersion ) : CommittedEventStream | ||
RemoveEmptyEventSource ( System.Guid id ) : void | ||
Store ( UncommittedEventStream eventStream ) : void | ||
StoreEmptyEventSource ( System.Guid id ) : void |
public GetAllEvents ( System.Guid id ) : IEnumerable |
||
id | System.Guid | |
return | IEnumerable |
public GetAllEventsSinceVersion ( System.Guid id, long version ) : IEnumerable |
||
id | System.Guid | |
version | long | |
return | IEnumerable |
public ReadFrom ( System.Guid id, long minVersion, long maxVersion ) : CommittedEventStream | ||
id | System.Guid | |
minVersion | long | |
maxVersion | long | |
return | CommittedEventStream |
public RemoveEmptyEventSource ( System.Guid id ) : void | ||
id | System.Guid | |
return | void |
public Store ( UncommittedEventStream eventStream ) : void | ||
eventStream | UncommittedEventStream | |
return | void |
public StoreEmptyEventSource ( System.Guid id ) : void | ||
id | System.Guid | |
return | void |