ExecutorConfig(String) Constructor
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.
Represents a configuration for an object with a string identifier. For example, IIdentified object.
public ExecutorConfig(string id);
new Microsoft.Agents.AI.Workflows.ExecutorConfig : string -> Microsoft.Agents.AI.Workflows.ExecutorConfig
Public Sub New (id As String)
Parameters
- id
- String
A unique identifier for the configurable object.