Megosztás a következőn keresztül:


IReconciliationLineItemCollection.Seek(String, SeekOperation) Method

Definition

Seeks pages of reconciliation line items collection of the partner

public Microsoft.Store.PartnerCenter.Models.SeekBasedResourceCollection<Microsoft.Store.PartnerCenter.Models.Invoices.InvoiceLineItem> Seek (string continuationToken, Microsoft.Store.PartnerCenter.Models.Query.SeekOperation seekOperation = Microsoft.Store.PartnerCenter.Models.Query.SeekOperation.Next);
abstract member Seek : string * Microsoft.Store.PartnerCenter.Models.Query.SeekOperation -> Microsoft.Store.PartnerCenter.Models.SeekBasedResourceCollection<Microsoft.Store.PartnerCenter.Models.Invoices.InvoiceLineItem>
Public Function Seek (continuationToken As String, Optional seekOperation As SeekOperation = Microsoft.Store.PartnerCenter.Models.Query.SeekOperation.Next) As 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

The next page of utilization records.

Applies to