Table of Contents

Class OrchestrationTriggerAttribute

Namespace
Microsoft.Azure.WebJobs
Assembly
Microsoft.Azure.WebJobs.Extensions.DurableTask.dll

Trigger attribute used for durable orchestrator functions.

[AttributeUsage(AttributeTargets.Parameter)]
public sealed class OrchestrationTriggerAttribute : Attribute
Inheritance
OrchestrationTriggerAttribute
Inherited Members

Constructors

OrchestrationTriggerAttribute()

public OrchestrationTriggerAttribute()

Properties

Orchestration

Gets or sets the name of the orchestrator function.

public string Orchestration { get; set; }

Property Value

string

The name of the orchestrator function or null to use the function name.

Remarks

If not specified, the function name is used as the name of the orchestration.