Share via


TrackingHelper.GetTrackingId(AmqpException) Method

Definition

Generates a tracking Id. Not used.

public static string GetTrackingId (this Microsoft.Azure.Amqp.AmqpException amqpException);
static member GetTrackingId : Microsoft.Azure.Amqp.AmqpException -> string
<Extension()>
Public Function GetTrackingId (amqpException As AmqpException) As String

Parameters

amqpException
Microsoft.Azure.Amqp.AmqpException

Returns

A tracking Id.

Applies to