ServiceClient.SessionTrackingId Property

Definition

This ID is used to support Dataverse Telemetry when trouble shooting SDK based errors. When Set by the caller, all Dataverse API Actions executed by this client will be tracked under a single session id for later troubleshooting. For example, you are able to group all actions in a given run of your client ( several creates / reads and such ) under a given tracking id that is shared on all requests. providing this ID when reporting a problem will aid in trouble shooting your issue.

public Guid? SessionTrackingId { get; set; }
member this.SessionTrackingId : Nullable<Guid> with get, set
Public Property SessionTrackingId As Nullable(Of Guid)

Property Value

Applies to