Exemple #1
0
 /// <summary>
 /// Put complex types with integer properties
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='complexBody'>
 /// Please put -1 and 2
 /// </param>
 public static void PutInt(this IPrimitiveOperations operations, IntWrapper complexBody)
 {
     operations.PutIntAsync(complexBody).GetAwaiter().GetResult();
 }