PassThroughWorkerSelectorAttachment Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
PassThroughWorkerSelectorAttachment(String, LabelOperator) |
Initialise une nouvelle instance de PassThroughWorkerSelectorAttachment. |
PassThroughWorkerSelectorAttachment(String, LabelOperator, Nullable<TimeSpan>) |
Initialise une nouvelle instance de PassThroughWorkerSelectorAttachment. |
PassThroughWorkerSelectorAttachment(String, LabelOperator)
Initialise une nouvelle instance 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)
Paramètres
- key
- String
Clé d’étiquette à interroger.
- labelOperator
- LabelOperator
Décrit comment la valeur de l’étiquette est comparée au passage de valeur.
Exceptions
key
a la valeur null.
S’applique à
PassThroughWorkerSelectorAttachment(String, LabelOperator, Nullable<TimeSpan>)
Initialise une nouvelle instance 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)
Paramètres
- key
- String
Clé d’étiquette à interroger.
- labelOperator
- LabelOperator
Décrit comment la valeur de l’étiquette est comparée au passage de valeur.
Exceptions
key
a la valeur null.