DeclineJobOfferOptions(String, String) Construtor
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.
Construtor público.
public DeclineJobOfferOptions (string workerId, string offerId);
new Azure.Communication.JobRouter.DeclineJobOfferOptions : string * string -> Azure.Communication.JobRouter.DeclineJobOfferOptions
Public Sub New (workerId As String, offerId As String)
Parâmetros
- workerId
- String
A ID do Trabalhador.
- offerId
- String
A ID da oferta de trabalho.
Exceções
offerId
é nulo.