Пример #1
0
 /// <summary>
 /// Get all Runs for a specific Experiment.
 /// </summary>
 /// <remarks>
 /// Get all Runs for a specific Experiment with the specified query filters.
 /// </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 <Run> GetByQueryNext(this IRunsOperations operations, string nextPageLink)
 {
     return(operations.GetByQueryNextAsync(nextPageLink).GetAwaiter().GetResult());
 }