Summer.Batch.Infrastructure.Repeat.Support.IResultHolder Interface Reference

Interface for result holder. More...

Properties

RepeatStatus Result [get]
 Gets the result for client from this holder. Does not block if none is available yet. More...
 
System.Exception Error [get]
 Gets the error for client from this holder if any. Does not block if none is available yet. More...
 
IRepeatContext Context [get]
 Gets the context in which the result evaluation is executing. More...
 

Detailed Description

Interface for result holder.

Property Documentation

IRepeatContext Summer.Batch.Infrastructure.Repeat.Support.IResultHolder.Context
get

Gets the context in which the result evaluation is executing.

Returns
the context of the result evaluation.
System.Exception Summer.Batch.Infrastructure.Repeat.Support.IResultHolder.Error
get

Gets the error for client from this holder if any. Does not block if none is available yet.

Returns
RepeatStatus Summer.Batch.Infrastructure.Repeat.Support.IResultHolder.Result
get

Gets the result for client from this holder. Does not block if none is available yet.

Returns
the result, or null if there is none.

The documentation for this interface was generated from the following file:
  • Summer.Batch.Infrastructure/Repeat/Support/IResultHolder.cs