Request.Deconstruct(String, String, Channel, 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 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.