Interface IBatchSingleResult<T>
Defines the result of a batch when it is executed
Namespace: PnP.Core.Model
Assembly: PnP.Core.dll
Syntax
public interface IBatchSingleResult<out T> : IBatchSingleResult, IBatchResult
Type Parameters
T
The type of the result |
Properties
Result
Gets the result, once the batch is executed
Declaration
T Result { get; }
Property Value
T
|