Condividi tramite


Request.Deconstruct(String, String, Channel, String) Method

Definition

Deconstructs the request for tuple deconstruction support.

public void Deconstruct(out string? content, out string? sessionId, out Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.Channel? channel, out string? conversationId);
member this.Deconstruct : string * string * Channel * string -> unit
Public Sub Deconstruct (ByRef content As String, ByRef sessionId As String, ByRef channel As Channel, ByRef conversationId As String)

Parameters

content
String

Receives the request content.

sessionId
String

Receives the session identifier.

channel
Channel

Receives the channel information.

conversationId
String

Receives the conversation ID.

Applies to