ServiceIdAgentThread.ServiceThreadId 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.
Gets or sets the unique identifier that references the conversation state stored in the remote service.
protected string? ServiceThreadId { get; set; }
member this.ServiceThreadId : string with get, set
Protected Property ServiceThreadId As String
Property Value
A string identifier that uniquely identifies the conversation within the remote service,
or null if no remote conversation has been established yet.
Remarks
This identifier is used by derived classes to reference the remote conversation state when making API calls to the backing service. The exact format and meaning of this identifier depends on the specific service implementation.