Property | Type | Description | |
---|---|---|---|
EmptyResultsNextTimeToRunQuerySpan | System.TimeSpan |
Method | Description | |
---|---|---|
Add ( TimeoutData timeout, ContextBag context ) : Task | ||
Dispose ( ) : void | ||
GetNextChunk ( System.DateTime startSlice ) : Task |
||
InMemoryTimeoutPersister ( Func |
||
Peek ( string timeoutId, ContextBag context ) : Task |
||
RemoveTimeoutBy ( System.Guid sagaId, ContextBag context ) : Task | ||
TryRemove ( string timeoutId, ContextBag context ) : Task |
public Add ( TimeoutData timeout, ContextBag context ) : Task | ||
timeout | TimeoutData | |
context | ContextBag | |
return | Task |
public GetNextChunk ( System.DateTime startSlice ) : Task |
||
startSlice | System.DateTime | |
return | Task |
public InMemoryTimeoutPersister ( Func |
||
currentTimeProvider | Func |
|
return | System |
public Peek ( string timeoutId, ContextBag context ) : Task |
||
timeoutId | string | |
context | ContextBag | |
return | Task |
public RemoveTimeoutBy ( System.Guid sagaId, ContextBag context ) : Task | ||
sagaId | System.Guid | |
context | ContextBag | |
return | Task |
public TryRemove ( string timeoutId, ContextBag context ) : Task |
||
timeoutId | string | |
context | ContextBag | |
return | Task |