Freigeben über


SourceMetadata.Deconstruct Method

Definition

Deconstructs this instance for tuple deconstruction support.

public void Deconstruct(out string? id, out string? name, out Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.Role? role, out string? description);
member this.Deconstruct : string * string * Nullable * string -> unit
Public Sub Deconstruct (ByRef id As String, ByRef name As String, ByRef role As Nullable(Of Role), ByRef description As String)

Parameters

id
String

Receives the source identifier.

name
String

Receives the source name.

role
Nullable<Role>

Receives the role value.

description
String

Receives the description.

Applies to