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