Interface IEnumerableBatchResult<T>
Provides the result of a batch when is executed
Inherited Members
Namespace: PnP.Core.Model
Assembly: PnP.Core.dll
Syntax
public interface IEnumerableBatchResult<out T> : IEnumerableBatchResult, IBatchResult, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable
Type Parameters
|
T
The type of the result |