示例#1
0
 /// <summary>
 /// Get past recommendations for an app, optionally specified by the time
 /// range.
 /// </summary>
 /// <remarks>
 /// Get past recommendations for an app, optionally specified by the time
 /// range.
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='nextPageLink'>
 /// The NextLink from the previous successful call to List operation.
 /// </param>
 public static IPage <Recommendation> ListHistoryForWebAppNext(this IRecommendationsOperations operations, string nextPageLink)
 {
     return(operations.ListHistoryForWebAppNextAsync(nextPageLink).GetAwaiter().GetResult());
 }