IJobStreamOperations::ListNextAsync Method (String^, CancellationToken)
Gets the next page of job streams using next link.
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Task<JobStreamListResponse^>^ ListNextAsync( String^ nextLink, CancellationToken cancellationToken )
Parameters
- nextLink
-
Type:
System::String^
NextLink from the previous successful call to List operation.
- cancellationToken
-
Type:
System.Threading::CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks::Task<JobStreamListResponse^>^The response model for the list job stream operation.
Show: