Freigeben über


LiveEventsOperationsExtensions.ListNextAsync Methode

Definition

Auflisten von Liveereignissen

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

Parameter

operations
ILiveEventsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Listet alle Liveereignisse im Konto auf.

Gilt für: