Метод | Описание | |
---|---|---|
AppendTransition ( Transition transition ) : void | ||
CountTransitions ( ) : System.Int64 | ||
EnsureIndexes ( ) : void | ||
GetTransitions ( ) : IEnumerable |
Get all transitions ordered ascendantly by Timestamp of transiton Should be used only for testing and for very simple event replying
|
|
GetTransitions ( int startIndex, int count ) : IEnumerable |
||
GetTransitions ( string streamId, int fromVersion, int toVersion ) : List |
||
RemoveStream ( string streamId ) : void | ||
RemoveTransition ( string streamId, int version ) : void |
public AppendTransition ( Transition transition ) : void | ||
transition | Transition | |
Результат | void |
public CountTransitions ( ) : System.Int64 | ||
Результат | System.Int64 |
public GetTransitions ( int startIndex, int count ) : IEnumerable |
||
startIndex | int | |
count | int | |
Результат | IEnumerable |
public GetTransitions ( string streamId, int fromVersion, int toVersion ) : List |
||
streamId | string | |
fromVersion | int | |
toVersion | int | |
Результат | List |
public RemoveStream ( string streamId ) : void | ||
streamId | string | |
Результат | void |
public RemoveTransition ( string streamId, int version ) : void | ||
streamId | string | |
version | int | |
Результат | void |