コード例 #1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// </param>
 public static Cowbell Get(this ICowbellOperations operations, string id = default(string))
 {
     return(operations.GetAsync(id).GetAwaiter().GetResult());
 }
 /// <summary>
 /// A swell description.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// </param>
 public static Cowbell Get(this ICowbellOperations operations, long id)
 {
     return(operations.GetAsync(id).GetAwaiter().GetResult());
 }