Share via


ConsumerInvitationsOperationsExtensions.ListInvitationsNextAsync Method

Definition

List the invitations

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.ConsumerInvitation>> ListInvitationsNextAsync (this Microsoft.Azure.Management.DataShare.IConsumerInvitationsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListInvitationsNextAsync : Microsoft.Azure.Management.DataShare.IConsumerInvitationsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.ConsumerInvitation>>
<Extension()>
Public Function ListInvitationsNextAsync (operations As IConsumerInvitationsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ConsumerInvitation))

Parameters

operations
IConsumerInvitationsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Lists invitations

Applies to