IScheduleOperations.ListNextAsync (Método) (String, CancellationToken)
Recuperar la siguiente lista de programaciones. (consulte https://aka.ms/azureautomationsdk/scheduleoperations para obtener más información)
Espacio de nombres: Microsoft.WindowsAzure.Management.Automation
Ensamblado: Microsoft.WindowsAzure.Management.Automation (en Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxis
Task<ScheduleListResponse> ListNextAsync(
string nextLink,
CancellationToken cancellationToken
)
Task<ScheduleListResponse^>^ ListNextAsync(
String^ nextLink,
CancellationToken cancellationToken
)
abstract ListNextAsync :
nextLink:string *
cancellationToken:CancellationToken -> Task<ScheduleListResponse>
Function ListNextAsync (
nextLink As String,
cancellationToken As CancellationToken
) As Task(Of ScheduleListResponse)
Parámetros
nextLink
Type: System.StringEl vínculo para recuperar el siguiente conjunto de elementos.
cancellationToken
Type: System.Threading.CancellationTokenToken de cancelación.
Valor devuelto
Type: System.Threading.Tasks.Task<ScheduleListResponse>
El modelo de respuesta de la operación de programación de la lista.
Vea también
IScheduleOperations (Interfaz)
Microsoft.WindowsAzure.Management.Automation (Espacio de nombres)
Volver al principio