Partilhar via


PassThroughWorkerSelectorAttachment Construtores

Definição

Sobrecargas

PassThroughWorkerSelectorAttachment(String, LabelOperator)

Inicializa uma nova instância de PassThroughWorkerSelectorAttachment.

PassThroughWorkerSelectorAttachment(String, LabelOperator, Nullable<TimeSpan>)

Inicializa uma nova instância de PassThroughWorkerSelectorAttachment.

PassThroughWorkerSelectorAttachment(String, LabelOperator)

Inicializa uma nova instância de PassThroughWorkerSelectorAttachment.

public PassThroughWorkerSelectorAttachment (string key, Azure.Communication.JobRouter.LabelOperator labelOperator);
new Azure.Communication.JobRouter.PassThroughWorkerSelectorAttachment : string * Azure.Communication.JobRouter.LabelOperator -> Azure.Communication.JobRouter.PassThroughWorkerSelectorAttachment
Public Sub New (key As String, labelOperator As LabelOperator)

Parâmetros

key
String

A chave de rótulo com a qual consultar.

labelOperator
LabelOperator

Descreve como o valor do rótulo é comparado com a passagem de valor.

Exceções

key é nulo.

Aplica-se a

PassThroughWorkerSelectorAttachment(String, LabelOperator, Nullable<TimeSpan>)

Inicializa uma nova instância de PassThroughWorkerSelectorAttachment.

public PassThroughWorkerSelectorAttachment (string key, Azure.Communication.JobRouter.LabelOperator labelOperator, TimeSpan? expiresAfter = default);
new Azure.Communication.JobRouter.PassThroughWorkerSelectorAttachment : string * Azure.Communication.JobRouter.LabelOperator * Nullable<TimeSpan> -> Azure.Communication.JobRouter.PassThroughWorkerSelectorAttachment
Public Sub New (key As String, labelOperator As LabelOperator, Optional expiresAfter As Nullable(Of TimeSpan) = Nothing)

Parâmetros

key
String

A chave de rótulo com a qual consultar.

labelOperator
LabelOperator

Descreve como o valor do rótulo é comparado com a passagem de valor.

expiresAfter
Nullable<TimeSpan>

Descreve por quanto tempo o seletor de rótulo anexado é válido.

Exceções

key é nulo.

Aplica-se a