/// <summary> /// Get an array of string ['ArrayPath1', 'begin!*'();:@ &=+$,/?#[]end' , /// null, ''] using the csv-array format /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='arrayPath'> /// an array of string ['ArrayPath1', 'begin!*'();:@ &=+$,/?#[]end' , null, /// ''] using the csv-array format /// </param> /// <param name='cancellationToken'> /// The cancellation token. /// </param> public static async Task ArrayCsvInPathAsync(this IPaths operations, IList <string> arrayPath, CancellationToken cancellationToken = default(CancellationToken)) { (await operations.ArrayCsvInPathWithHttpMessagesAsync(arrayPath, null, cancellationToken).ConfigureAwait(false)).Dispose(); }
/// <summary> /// Get an array of string ['ArrayPath1', 'begin!*'();:@ &=+$,/?#[]end' , /// null, ''] using the csv-array format /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='arrayPath'> /// an array of string ['ArrayPath1', 'begin!*'();:@ &=+$,/?#[]end' , /// null, ''] using the csv-array format /// </param> /// <param name='cancellationToken'> /// The cancellation token. /// </param> public static async System.Threading.Tasks.Task ArrayCsvInPathAsync(this IPaths operations, System.Collections.Generic.IList <string> arrayPath, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { await operations.ArrayCsvInPathWithHttpMessagesAsync(arrayPath, null, cancellationToken).ConfigureAwait(false); }