Ejemplo n.º 1
0
 /// <summary>
 /// Put External Resource as a Dictionary
 /// <see href="http://tempuri.org" />
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceDictionary'>
 /// External Resource as a Dictionary to put
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task PutDictionaryAsync(this IAutoRestResourceFlatteningTestService operations, IDictionary <string, FlattenedProduct> resourceDictionary = default(IDictionary <string, FlattenedProduct>), CancellationToken cancellationToken = default(CancellationToken))
 {
     await operations.PutDictionaryWithHttpMessagesAsync(resourceDictionary, null, cancellationToken).ConfigureAwait(false);
 }
 /// <summary>
 /// Put External Resource as a Dictionary
 /// <see href="http://tempuri.org" />
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceDictionary'>
 /// External Resource as a Dictionary to put
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async System.Threading.Tasks.Task PutDictionaryAsync(this IAutoRestResourceFlatteningTestService operations, System.Collections.Generic.IDictionary <string, FlattenedProduct> resourceDictionary = default(System.Collections.Generic.IDictionary <string, FlattenedProduct>), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     await operations.PutDictionaryWithHttpMessagesAsync(resourceDictionary, null, cancellationToken).ConfigureAwait(false);
 }