Exemple #1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='filter'>
 /// </param>
 /// <param name='search'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task HomeKeyValueGetAsync(this ISettingsServiceV2API operations, string filter = default(string), string search = default(string), CancellationToken cancellationToken = default(CancellationToken))
 {
     (await operations.HomeKeyValueGetWithHttpMessagesAsync(filter, search, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }