Condividi tramite


InvokeAgentDetails.Deconstruct(Uri, AgentDetails, String) Method

Definition

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.

Applies to