CrmServiceClient.SessionTrackingId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)