Share via


OrchestrationTriggerAttribute Class

Definition

Trigger attribute used for durable orchestrator functions.

[Microsoft.Azure.WebJobs.Description.Binding(TriggerHandlesReturnValue=true)]
[System.AttributeUsage(System.AttributeTargets.Parameter)]
[System.Diagnostics.DebuggerDisplay("{Orchestration} ({Version})")]
public sealed class OrchestrationTriggerAttribute : Attribute
[<Microsoft.Azure.WebJobs.Description.Binding(TriggerHandlesReturnValue=true)>]
[<System.AttributeUsage(System.AttributeTargets.Parameter)>]
[<System.Diagnostics.DebuggerDisplay("{Orchestration} ({Version})")>]
type OrchestrationTriggerAttribute = class
    inherit Attribute
Public NotInheritable Class OrchestrationTriggerAttribute
Inherits Attribute
Inheritance
System.Attribute
OrchestrationTriggerAttribute
Attributes
Microsoft.Azure.WebJobs.Description.BindingAttribute System.AttributeUsageAttribute System.Diagnostics.DebuggerDisplayAttribute

Constructors

OrchestrationTriggerAttribute()

Properties

Orchestration

Gets or sets the name of the orchestrator function.

Applies to