Partager via


IReconciliationLineItemCollection.SeekAsync(String, SeekOperation) Method

Definition

Asynchronously seeks pages of reconciliation line items collection of the partner

public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.SeekBasedResourceCollection<Microsoft.Store.PartnerCenter.Models.Invoices.InvoiceLineItem>> SeekAsync (string continuationToken, Microsoft.Store.PartnerCenter.Models.Query.SeekOperation seekOperation = Microsoft.Store.PartnerCenter.Models.Query.SeekOperation.Next);
abstract member SeekAsync : string * Microsoft.Store.PartnerCenter.Models.Query.SeekOperation -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.SeekBasedResourceCollection<Microsoft.Store.PartnerCenter.Models.Invoices.InvoiceLineItem>>
Public Function SeekAsync (continuationToken As String, Optional seekOperation As SeekOperation = Microsoft.Store.PartnerCenter.Models.Query.SeekOperation.Next) As Task(Of SeekBasedResourceCollection(Of InvoiceLineItem))

Parameters

continuationToken
String

The continuation token from the previous results.

seekOperation
SeekOperation

The seek operation to perform. Next is only supported.

Returns

A task that returns the next page of utilization records.

Applies to