次の方法で共有


DurableTaskOptions.HubName プロパティ

定義

、、、および のすべてのIDurableClientIDurableOrchestrationContextIDurableEntityClientIDurableOrchestrationClientインスタンスで使用される既定のタスク ハブ名をIDurableActivityContext取得または設定します。

public string HubName { get; set; }
member this.HubName : string with get, set
Public Property HubName As String

プロパティ値

既定のタスク ハブの名前。

注釈

タスク ハブは、ストレージ リソースの論理的なグループです。 代替タスク ハブ名を使用すると、複数の Durable Functions アプリケーションが同じストレージ バックエンドを使用している場合でも、これらのアプリケーションを互いに分離できます。

適用対象