Request.Deconstruct 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 Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.ExecutionType? executionType, out string? sessionId, out Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.SourceMetadata? sourceMetadata);
member this.Deconstruct : string * Nullable * string * SourceMetadata -> unit
Public Sub Deconstruct (ByRef content As String, ByRef executionType As Nullable(Of ExecutionType), ByRef sessionId As String, ByRef sourceMetadata As SourceMetadata)
Parameters
- content
- String
Receives the request content.
- executionType
- Nullable<ExecutionType>
Receives the execution type.
- sessionId
- String
Receives the session identifier.
- sourceMetadata
- SourceMetadata
Receives the source metadata.