CrmServiceClient.SessionTrackingId Property

Definition

This ID is used to support CDS Telemtry when trouble shooting SDK based errors. When Set by the caller, all CDS 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 ( seveal creates / reads and such ) under a given tracking id that is shared on all requests. providing this ID when when reporting a problem will aid in trouble shooting your issue.

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

Property Value

Applies to