Share via


ExecutorBinding.Deconstruct Method

Definition

public void Deconstruct(out string Id, out Func<string,System.Threading.Tasks.ValueTask<Microsoft.Agents.AI.Workflows.Executor>>? FactoryAsync, out Type ExecutorType, out object? RawValue);
Public Sub Deconstruct (ByRef Id As String, ByRef FactoryAsync As Func(Of String, ValueTask(Of Executor)), ByRef ExecutorType As Type, ByRef RawValue As Object)

Parameters

Id
String
FactoryAsync
Func<String,ValueTask<Executor>>
ExecutorType
Type
RawValue
Object

Applies to