ExecutorInstanceBinding Constructors
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.
Overloads
| Name | Description |
|---|---|
| ExecutorInstanceBinding(Executor) |
Represents the workflow binding details for a shared executor instance, including configuration options for event emission. |
| ExecutorInstanceBinding(ExecutorInstanceBinding) |
ExecutorInstanceBinding(Executor)
Represents the workflow binding details for a shared executor instance, including configuration options for event emission.
public ExecutorInstanceBinding(Microsoft.Agents.AI.Workflows.Executor ExecutorInstance);
new Microsoft.Agents.AI.Workflows.ExecutorInstanceBinding : Microsoft.Agents.AI.Workflows.Executor -> Microsoft.Agents.AI.Workflows.ExecutorInstanceBinding
Public Sub New (ExecutorInstance As Executor)
Parameters
- ExecutorInstance
- Executor
The executor instance to bind. Cannot be null.
Applies to
ExecutorInstanceBinding(ExecutorInstanceBinding)
protected ExecutorInstanceBinding(Microsoft.Agents.AI.Workflows.ExecutorInstanceBinding original);
Protected Sub New (original As ExecutorInstanceBinding)
Parameters
- original
- ExecutorInstanceBinding