Class
ToolHandoffRoute
Typed outbound handoff route descriptor.
Inheritance
- Object
- ToolHandoffRoute
Constructors
public ToolHandoffRoute() #Methods
Inherited Methods
Properties
public String TargetPackId { get; set; } #Target pack id that can receive this handoff.
public String TargetToolName { get; set; } #Optional target tool name within the destination pack.
public String TargetRole { get; set; } #Optional target routing role when target tool name is not pinned.
public IReadOnlyList<ToolHandoffBinding> Bindings { get; set; } #Source field to destination argument bindings.
public String Reason { get; set; } #Optional short reason describing when this handoff is appropriate.