次の方法で共有


PassThroughWorkerSelectorAttachment クラス

定義

同じキーを持つジョブ ラベルから値が渡されるワーカー セレクターをアタッチします。

public class PassThroughWorkerSelectorAttachment : Azure.Communication.JobRouter.WorkerSelectorAttachment
type PassThroughWorkerSelectorAttachment = class
    inherit WorkerSelectorAttachment
Public Class PassThroughWorkerSelectorAttachment
Inherits WorkerSelectorAttachment
継承
PassThroughWorkerSelectorAttachment

コンストラクター

PassThroughWorkerSelectorAttachment(String, LabelOperator)

PassThroughWorkerSelectorAttachment の新しいインスタンスを初期化します。

PassThroughWorkerSelectorAttachment(String, LabelOperator, Nullable<TimeSpan>)

PassThroughWorkerSelectorAttachment の新しいインスタンスを初期化します。

プロパティ

ExpiresAfter

添付ラベル セレクターが有効な時間 (秒単位) について説明します。

Key

クエリの対象となるラベル キー。

Kind

ラベル セレクターの添付ファイルの種類を記述する型識別子。

(継承元 WorkerSelectorAttachment)
LabelOperator

ラベルの値と値のパススルーの比較方法について説明します。

適用対象