Table of Contents

Interface IPaginator<TResponse>

Namespace
Amazon.Runtime
Assembly
AWSSDK.Core.dll

Interface for operation paginators

public interface IPaginator<TResponse>

Type Parameters

TResponse

Methods

PaginateAsync(CancellationToken)

IAsyncEnumerable<TResponse> PaginateAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

Returns

IAsyncEnumerable<TResponse>