Signal Class
An EntitySignal.
Describes a signal call to a Durable Entity.
Instantiate an EntitySignal.
Instantiate a signal call to a Durable Entity.
Constructor
Signal(target: EntityId, name: str, input_: str)
Parameters
| Name | Description |
|---|---|
|
target
Required
|
<xref:azure.durable_functions.models.entities.EntityId>
The target of signal |
|
name
Required
|
The name of the signal |
|
input
Required
|
The signal's input |
|
input_
Required
|
|