InvokeAgentDetails.Deconstruct(Uri, AgentDetails, String) Method
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.
Deconstructs the invocation details for tuple deconstruction support.
public void Deconstruct(out Uri? endpoint, out Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.AgentDetails details, out string? sessionId);
member this.Deconstruct : Uri * AgentDetails * string -> unit
Public Sub Deconstruct (ByRef endpoint As Uri, ByRef details As AgentDetails, ByRef sessionId As String)
Parameters
- endpoint
- Uri
Receives the endpoint URI.
- details
- AgentDetails
Receives the agent details.
- sessionId
- String
Receives the session identifier.