Table of Contents

Interface IBatchSingleResult<T>

Namespace
PnP.Core.Model
Assembly
PnP.Core.dll

Defines the result of a batch when it is executed

public interface IBatchSingleResult<out T> : IBatchSingleResult, IBatchResult

Type Parameters

T

The type of the result

Inherited Members

Properties

Result

Gets the result, once the batch is executed

T Result { get; }

Property Value

T