Share via


OrchestrationClientAttribute Class

Definition

Caution

OrchestrationClientAttribute is obsolete. Use DurableClientAttribute instead.

Deprecated attribute to bind a function parameter to a IDurableClient. Here for backwards compatibility. Please use the DurableClientAttribute instead.

[Microsoft.Azure.WebJobs.Description.Binding]
[System.AttributeUsage(System.AttributeTargets.Parameter)]
[System.Obsolete("OrchestrationClientAttribute is obsolete. Use DurableClientAttribute instead.")]
public sealed class OrchestrationClientAttribute : Microsoft.Azure.WebJobs.Extensions.DurableTask.DurableClientAttribute
[<Microsoft.Azure.WebJobs.Description.Binding>]
[<System.AttributeUsage(System.AttributeTargets.Parameter)>]
[<System.Obsolete("OrchestrationClientAttribute is obsolete. Use DurableClientAttribute instead.")>]
type OrchestrationClientAttribute = class
    inherit DurableClientAttribute
Public NotInheritable Class OrchestrationClientAttribute
Inherits DurableClientAttribute
Inheritance
OrchestrationClientAttribute
Attributes
Microsoft.Azure.WebJobs.Description.BindingAttribute AttributeUsageAttribute ObsoleteAttribute

Constructors

OrchestrationClientAttribute()

Properties

ConnectionName

Optional. Gets or sets the setting name for the app setting containing connection details used by this binding to connect to instances of the storage provider other than the default one this application communicates with.

(Inherited from DurableClientAttribute)
ExternalClient

Indicate if the client is External from the azure function where orchestrator functions are hosted.

(Inherited from DurableClientAttribute)
TaskHub

Optional. Gets or sets the name of the task hub in which the orchestration data lives.

(Inherited from DurableClientAttribute)

Methods

Equals(DurableClientAttribute)

Compares two DurableClientAttribute instances for value equality.

(Inherited from DurableClientAttribute)
Equals(Object)

Compares two DurableClientAttribute instances for value equality.

(Inherited from DurableClientAttribute)
GetHashCode()

Returns a hash code for this attribute.

(Inherited from DurableClientAttribute)

Applies to