DurableHaltRequestedEvent Class
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.
Event raised when an executor requests the workflow to halt via RequestHaltAsync().
public sealed class DurableHaltRequestedEvent : Microsoft.Agents.AI.Workflows.WorkflowEvent
type DurableHaltRequestedEvent = class
inherit WorkflowEvent
Public NotInheritable Class DurableHaltRequestedEvent
Inherits WorkflowEvent
- Inheritance
Constructors
| Name | Description |
|---|---|
| DurableHaltRequestedEvent(String) |
Initializes a new instance of the DurableHaltRequestedEvent class. |
Properties
| Name | Description |
|---|---|
| Data |
Optional payload (Inherited from WorkflowEvent) |
| ExecutorId |
Gets the ID of the executor that requested the halt. |
Methods
| Name | Description |
|---|---|
| ToString() | (Inherited from WorkflowEvent) |