C# Class Marten.Events.Projections.Async.EventPage

显示文件 Open project: JasperFx/marten Class Usage Examples

Public Methods

Method Description
CanContinueProcessing ( IList previous ) : bool
Ending ( ) : long
EventPage ( long @from, IList sequences, IList events ) : System
EventPage ( long from, long to, IList events ) : System
IsCompletelySequential ( IList sequences ) : bool
IsSequential ( ) : bool
LastEncountered ( ) : long
ShouldPause ( ) : bool
ToStreams ( IEnumerable events ) : EventStream[]
ToString ( ) : string

Method Details

CanContinueProcessing() public method

public CanContinueProcessing ( IList previous ) : bool
previous IList
return bool

Ending() public method

public Ending ( ) : long
return long

EventPage() public method

public EventPage ( long @from, IList sequences, IList events ) : System
@from long
sequences IList
events IList
return System

EventPage() public method

public EventPage ( long from, long to, IList events ) : System
from long
to long
events IList
return System

IsCompletelySequential() public static method

public static IsCompletelySequential ( IList sequences ) : bool
sequences IList
return bool

IsSequential() public method

public IsSequential ( ) : bool
return bool

LastEncountered() public method

public LastEncountered ( ) : long
return long

ShouldPause() public method

public ShouldPause ( ) : bool
return bool

ToStreams() public static method

public static ToStreams ( IEnumerable events ) : EventStream[]
events IEnumerable
return EventStream[]

ToString() public method

public ToString ( ) : string
return string