Show / Hide Table of Contents

Class MarketplacePublisherPaginators

Collection of helper methods that can be used to provide an enumerator interface to any list operations of MarketplacePublisher where multiple pages of data may be fetched. Two styles of enumerators are supported:

  • Enumerating over the Response objects returned by the list operation. These are referred to as ResponseEnumerators, and the methods are suffixed with ResponseEnumerator. For example: listUsersResponseEnumerator.
  • Enumerating over the resources/records being listed. These are referred to as RecordEnumerators, and the methods are suffixed with RecordEnumerator. For example: listUsersRecordEnumerator.
These enumerators abstract away the need to write code to manually handle pagination via looping and using the page tokens. They will automatically fetch more data from the service when required.

As an example, if we were using the ListUsers operation in IdentityService, then the iterator returned by calling a ResponseEnumerator method would iterate over the ListUsersResponse objects returned by each ListUsers call, whereas the enumerables returned by calling a RecordEnumerator method would iterate over the User records and we don't have to deal with ListUsersResponse objects at all. In either case, pagination will be automatically handled so we can iterate until there are no more responses or no more resources/records available.
Inheritance
object
MarketplacePublisherPaginators
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MarketplacepublisherService
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class MarketplacePublisherPaginators

Constructors

MarketplacePublisherPaginators(MarketplacePublisherClient)

Declaration
public MarketplacePublisherPaginators(MarketplacePublisherClient client)
Parameters
Type Name Description
MarketplacePublisherClient client

Methods

ListArtifactsRecordEnumerator(ListArtifactsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the ArtifactSummary objects contained in responses from the ListArtifacts operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ArtifactSummary> ListArtifactsRecordEnumerator(ListArtifactsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListArtifactsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ArtifactSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListArtifactsResponseEnumerator(ListArtifactsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListArtifacts operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListArtifactsResponse> ListArtifactsResponseEnumerator(ListArtifactsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListArtifactsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListArtifactsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListAvailableServicesRecordEnumerator(ListAvailableServicesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the AvailableServiceSummary objects contained in responses from the ListAvailableServices operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<AvailableServiceSummary> ListAvailableServicesRecordEnumerator(ListAvailableServicesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListAvailableServicesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<AvailableServiceSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListAvailableServicesResponseEnumerator(ListAvailableServicesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListAvailableServices operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListAvailableServicesResponse> ListAvailableServicesResponseEnumerator(ListAvailableServicesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListAvailableServicesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListAvailableServicesResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListCategoriesRecordEnumerator(ListCategoriesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the CategorySummary objects contained in responses from the ListCategories operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<CategorySummary> ListCategoriesRecordEnumerator(ListCategoriesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListCategoriesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<CategorySummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListCategoriesResponseEnumerator(ListCategoriesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListCategories operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListCategoriesResponse> ListCategoriesResponseEnumerator(ListCategoriesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListCategoriesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListCategoriesResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListCustomerInstanceReportRecordsRecordEnumerator(ListCustomerInstanceReportRecordsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the CustomerInstanceReportRecord objects contained in responses from the ListCustomerInstanceReportRecords operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<CustomerInstanceReportRecord> ListCustomerInstanceReportRecordsRecordEnumerator(ListCustomerInstanceReportRecordsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListCustomerInstanceReportRecordsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<CustomerInstanceReportRecord>

The enumerator, which supports a simple iteration over a collection of a specified type

ListCustomerInstanceReportRecordsResponseEnumerator(ListCustomerInstanceReportRecordsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListCustomerInstanceReportRecords operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListCustomerInstanceReportRecordsResponse> ListCustomerInstanceReportRecordsResponseEnumerator(ListCustomerInstanceReportRecordsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListCustomerInstanceReportRecordsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListCustomerInstanceReportRecordsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListDisbursementReportRecordsRecordEnumerator(ListDisbursementReportRecordsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the DisbursementReportRecord objects contained in responses from the ListDisbursementReportRecords operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<DisbursementReportRecord> ListDisbursementReportRecordsRecordEnumerator(ListDisbursementReportRecordsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListDisbursementReportRecordsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<DisbursementReportRecord>

The enumerator, which supports a simple iteration over a collection of a specified type

ListDisbursementReportRecordsResponseEnumerator(ListDisbursementReportRecordsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListDisbursementReportRecords operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListDisbursementReportRecordsResponse> ListDisbursementReportRecordsResponseEnumerator(ListDisbursementReportRecordsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListDisbursementReportRecordsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListDisbursementReportRecordsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListLeadsRecordEnumerator(ListLeadsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the LeadSummary objects contained in responses from the ListLeads operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<LeadSummary> ListLeadsRecordEnumerator(ListLeadsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListLeadsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<LeadSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListLeadsResponseEnumerator(ListLeadsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListLeads operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListLeadsResponse> ListLeadsResponseEnumerator(ListLeadsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListLeadsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListLeadsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListListingRevisionAttachmentsRecordEnumerator(ListListingRevisionAttachmentsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the ListingRevisionAttachmentSummary objects contained in responses from the ListListingRevisionAttachments operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListingRevisionAttachmentSummary> ListListingRevisionAttachmentsRecordEnumerator(ListListingRevisionAttachmentsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListListingRevisionAttachmentsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListingRevisionAttachmentSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListListingRevisionAttachmentsResponseEnumerator(ListListingRevisionAttachmentsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListListingRevisionAttachments operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListListingRevisionAttachmentsResponse> ListListingRevisionAttachmentsResponseEnumerator(ListListingRevisionAttachmentsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListListingRevisionAttachmentsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListListingRevisionAttachmentsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListListingRevisionNotesRecordEnumerator(ListListingRevisionNotesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the ListingRevisionNoteSummary objects contained in responses from the ListListingRevisionNotes operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListingRevisionNoteSummary> ListListingRevisionNotesRecordEnumerator(ListListingRevisionNotesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListListingRevisionNotesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListingRevisionNoteSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListListingRevisionNotesResponseEnumerator(ListListingRevisionNotesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListListingRevisionNotes operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListListingRevisionNotesResponse> ListListingRevisionNotesResponseEnumerator(ListListingRevisionNotesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListListingRevisionNotesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListListingRevisionNotesResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListListingRevisionPackagesRecordEnumerator(ListListingRevisionPackagesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the ListingRevisionPackageSummary objects contained in responses from the ListListingRevisionPackages operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListingRevisionPackageSummary> ListListingRevisionPackagesRecordEnumerator(ListListingRevisionPackagesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListListingRevisionPackagesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListingRevisionPackageSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListListingRevisionPackagesResponseEnumerator(ListListingRevisionPackagesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListListingRevisionPackages operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListListingRevisionPackagesResponse> ListListingRevisionPackagesResponseEnumerator(ListListingRevisionPackagesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListListingRevisionPackagesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListListingRevisionPackagesResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListListingRevisionsRecordEnumerator(ListListingRevisionsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the ListingRevisionSummary objects contained in responses from the ListListingRevisions operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListingRevisionSummary> ListListingRevisionsRecordEnumerator(ListListingRevisionsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListListingRevisionsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListingRevisionSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListListingRevisionsResponseEnumerator(ListListingRevisionsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListListingRevisions operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListListingRevisionsResponse> ListListingRevisionsResponseEnumerator(ListListingRevisionsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListListingRevisionsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListListingRevisionsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListListingsRecordEnumerator(ListListingsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the ListingSummary objects contained in responses from the ListListings operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListingSummary> ListListingsRecordEnumerator(ListListingsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListListingsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListingSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListListingsResponseEnumerator(ListListingsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListListings operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListListingsResponse> ListListingsResponseEnumerator(ListListingsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListListingsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListListingsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListMarketsRecordEnumerator(ListMarketsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the MarketSummary objects contained in responses from the ListMarkets operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<MarketSummary> ListMarketsRecordEnumerator(ListMarketsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListMarketsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<MarketSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListMarketsResponseEnumerator(ListMarketsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListMarkets operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListMarketsResponse> ListMarketsResponseEnumerator(ListMarketsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListMarketsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListMarketsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListProductsRecordEnumerator(ListProductsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the ProductSummary objects contained in responses from the ListProducts operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ProductSummary> ListProductsRecordEnumerator(ListProductsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListProductsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ProductSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListProductsResponseEnumerator(ListProductsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListProducts operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListProductsResponse> ListProductsResponseEnumerator(ListProductsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListProductsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListProductsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListPublishersRecordEnumerator(ListPublishersRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the PublisherSummary objects contained in responses from the ListPublishers operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<PublisherSummary> ListPublishersRecordEnumerator(ListPublishersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListPublishersRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<PublisherSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListPublishersResponseEnumerator(ListPublishersRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListPublishers operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListPublishersResponse> ListPublishersResponseEnumerator(ListPublishersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListPublishersRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListPublishersResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListSupportDocsRecordEnumerator(ListSupportDocsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the SupportDocSummary objects contained in responses from the ListSupportDocs operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<SupportDocSummary> ListSupportDocsRecordEnumerator(ListSupportDocsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListSupportDocsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<SupportDocSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListSupportDocsResponseEnumerator(ListSupportDocsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListSupportDocs operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListSupportDocsResponse> ListSupportDocsResponseEnumerator(ListSupportDocsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListSupportDocsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListSupportDocsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListSupportedCurrenciesRecordEnumerator(ListSupportedCurrenciesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the SupportedCurrencySummary objects contained in responses from the ListSupportedCurrencies operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<SupportedCurrencySummary> ListSupportedCurrenciesRecordEnumerator(ListSupportedCurrenciesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListSupportedCurrenciesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<SupportedCurrencySummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListSupportedCurrenciesResponseEnumerator(ListSupportedCurrenciesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListSupportedCurrencies operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListSupportedCurrenciesResponse> ListSupportedCurrenciesResponseEnumerator(ListSupportedCurrenciesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListSupportedCurrenciesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListSupportedCurrenciesResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListSupportedShapesRecordEnumerator(ListSupportedShapesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the SupportedShapeSummary objects contained in responses from the ListSupportedShapes operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<SupportedShapeSummary> ListSupportedShapesRecordEnumerator(ListSupportedShapesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListSupportedShapesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<SupportedShapeSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListSupportedShapesResponseEnumerator(ListSupportedShapesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListSupportedShapes operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListSupportedShapesResponse> ListSupportedShapesResponseEnumerator(ListSupportedShapesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListSupportedShapesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListSupportedShapesResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListTermVersionsRecordEnumerator(ListTermVersionsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the TermVersionSummary objects contained in responses from the ListTermVersions operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<TermVersionSummary> ListTermVersionsRecordEnumerator(ListTermVersionsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListTermVersionsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<TermVersionSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListTermVersionsResponseEnumerator(ListTermVersionsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListTermVersions operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListTermVersionsResponse> ListTermVersionsResponseEnumerator(ListTermVersionsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListTermVersionsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListTermVersionsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListTermsRecordEnumerator(ListTermsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the TermSummary objects contained in responses from the ListTerms operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<TermSummary> ListTermsRecordEnumerator(ListTermsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListTermsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<TermSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListTermsResponseEnumerator(ListTermsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListTerms operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListTermsResponse> ListTermsResponseEnumerator(ListTermsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListTermsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListTermsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListWorkRequestErrorsRecordEnumerator(ListWorkRequestErrorsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the WorkRequestError objects contained in responses from the ListWorkRequestErrors operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<WorkRequestError> ListWorkRequestErrorsRecordEnumerator(ListWorkRequestErrorsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListWorkRequestErrorsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<WorkRequestError>

The enumerator, which supports a simple iteration over a collection of a specified type

ListWorkRequestErrorsResponseEnumerator(ListWorkRequestErrorsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListWorkRequestErrors operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListWorkRequestErrorsResponse> ListWorkRequestErrorsResponseEnumerator(ListWorkRequestErrorsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListWorkRequestErrorsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListWorkRequestErrorsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListWorkRequestLogsRecordEnumerator(ListWorkRequestLogsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the WorkRequestLogEntry objects contained in responses from the ListWorkRequestLogs operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<WorkRequestLogEntry> ListWorkRequestLogsRecordEnumerator(ListWorkRequestLogsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListWorkRequestLogsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<WorkRequestLogEntry>

The enumerator, which supports a simple iteration over a collection of a specified type

ListWorkRequestLogsResponseEnumerator(ListWorkRequestLogsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListWorkRequestLogs operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListWorkRequestLogsResponse> ListWorkRequestLogsResponseEnumerator(ListWorkRequestLogsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListWorkRequestLogsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListWorkRequestLogsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListWorkRequestsRecordEnumerator(ListWorkRequestsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the WorkRequestSummary objects contained in responses from the ListWorkRequests operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<WorkRequestSummary> ListWorkRequestsRecordEnumerator(ListWorkRequestsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListWorkRequestsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<WorkRequestSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListWorkRequestsResponseEnumerator(ListWorkRequestsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListWorkRequests operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListWorkRequestsResponse> ListWorkRequestsResponseEnumerator(ListWorkRequestsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListWorkRequestsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListWorkRequestsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

In this article
Back to top