Share via


DurableTaskOptions.SetDefaultHubName(String) Method

Definition

Sets HubName to a value that is considered a default value.

public void SetDefaultHubName (string hubName);
member this.SetDefaultHubName : string -> unit
Public Sub SetDefaultHubName (hubName As String)

Parameters

hubName
String

TaskHub name that is considered the default.

Applies to