OrchestrationClientAttribute クラス

定義

[Microsoft.Azure.WebJobs.Description.Binding]
[System.AttributeUsage(System.AttributeTargets.Parameter)]
public sealed class OrchestrationClientAttribute : Attribute, IEquatable<Microsoft.Azure.WebJobs.OrchestrationClientAttribute>
[<Microsoft.Azure.WebJobs.Description.Binding>]
[<System.AttributeUsage(System.AttributeTargets.Parameter)>]
type OrchestrationClientAttribute = class
    inherit Attribute
    interface IEquatable<OrchestrationClientAttribute>
Public NotInheritable Class OrchestrationClientAttribute
Inherits Attribute
Implements IEquatable(Of OrchestrationClientAttribute)
継承
OrchestrationClientAttribute
属性
Microsoft.Azure.WebJobs.Description.BindingAttribute AttributeUsageAttribute
実装

コンストラクター

OrchestrationClientAttribute()

プロパティ

ConnectionName
TaskHub

メソッド

Equals(Object)
Equals(OrchestrationClientAttribute)
GetHashCode()

適用対象