ActivityOperationsExtensions::ListNextAsync Method (IActivityOperations^, String^)
Retrieve next list of activities in the module identified by module name. (see http://aka.ms/azureautomationsdk/activityoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
public: [ExtensionAttribute] static Task<ActivityListResponse^>^ ListNextAsync( IActivityOperations^ operations, String^ nextLink )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Automation::IActivityOperations^
Reference to the Microsoft.WindowsAzure.Management.Automation.IActivityOperations.
- nextLink
-
Type:
System::String^
Required. The link to retrieve next set of items.
Return Value
Type: System.Threading.Tasks::Task<ActivityListResponse^>^The response model for the list activity operation.
Show: