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
Type Parameters
T
The type of the result |