Interface IBatchSingleResult
Defines a single result of a batch request
public interface IBatchSingleResult : IBatchResult
- Inherited Members
Properties
ObjectResult
Gets the result, once the batch is executed
object ObjectResult { get; }
Defines a single result of a batch request
public interface IBatchSingleResult : IBatchResult
Gets the result, once the batch is executed
object ObjectResult { get; }