Interface IBatchSingleResult<T>
Defines the result of a batch when it is executed
public interface IBatchSingleResult<out T> : IBatchSingleResult, IBatchResult
Type Parameters
TThe type of the result
- Inherited Members
Properties
Result
Gets the result, once the batch is executed
T Result { get; }
Property Value
- T