你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OrchestrationTriggerAttribute 类

定义

用于持久业务流程协调程序函数的触发器属性。

[Microsoft.Azure.WebJobs.Description.Binding(TriggerHandlesReturnValue=true)]
[System.AttributeUsage(System.AttributeTargets.Parameter)]
public sealed class OrchestrationTriggerAttribute : Attribute
[<Microsoft.Azure.WebJobs.Description.Binding(TriggerHandlesReturnValue=true)>]
[<System.AttributeUsage(System.AttributeTargets.Parameter)>]
type OrchestrationTriggerAttribute = class
    inherit Attribute
Public NotInheritable Class OrchestrationTriggerAttribute
Inherits Attribute
继承
OrchestrationTriggerAttribute
属性
Microsoft.Azure.WebJobs.Description.BindingAttribute AttributeUsageAttribute

构造函数

OrchestrationTriggerAttribute()

用于持久业务流程协调程序函数的触发器属性。

属性

Orchestration

获取或设置业务流程协调程序函数的名称。

适用于