示例#1
0
 /// <summary>
 /// Send x-ms-client-request-id = 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0 in the
 /// header of the request
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static void CustomRequestId(this IHeader operations)
 {
     operations.CustomRequestIdAsync().GetAwaiter().GetResult();
 }