示例#1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='pageNumber'>
 /// The number of the page to return (1 is the first page).
 /// </param>
 /// <param name='pageSize'>
 /// Number of objects per page.
 /// </param>
 /// <param name='inlineCount'>
 /// A flag indicating if total number of items should be included.
 /// </param>
 /// <param name='schoolCode'>
 /// The school code for which to get data.
 /// </param>
 /// <param name='xSelectedSchoolCode'>
 /// Selected school code, used when multiple impersonation permissions are
 /// available on the token
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <PagedResponseAreaOfEducationExternalResponse> GetAsync(this IAreasOfEducationExternal operations, int pageNumber, int pageSize, bool inlineCount, string schoolCode, string xSelectedSchoolCode = default(string), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.GetWithHttpMessagesAsync(pageNumber, pageSize, inlineCount, schoolCode, xSelectedSchoolCode, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
示例#2
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='pageNumber'>
 /// The number of the page to return (1 is the first page).
 /// </param>
 /// <param name='pageSize'>
 /// Number of objects per page.
 /// </param>
 /// <param name='inlineCount'>
 /// A flag indicating if total number of items should be included.
 /// </param>
 /// <param name='schoolCode'>
 /// The school code for which to get data.
 /// </param>
 /// <param name='xSelectedSchoolCode'>
 /// Selected school code, used when multiple impersonation permissions are
 /// available on the token
 /// </param>
 public static PagedResponseAreaOfEducationExternalResponse Get(this IAreasOfEducationExternal operations, int pageNumber, int pageSize, bool inlineCount, string schoolCode, string xSelectedSchoolCode = default(string))
 {
     return(operations.GetAsync(pageNumber, pageSize, inlineCount, schoolCode, xSelectedSchoolCode).GetAwaiter().GetResult());
 }