PassThroughWorkerSelectorAttachment Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.
Exceções
key
é nulo.