你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeclineJobOfferOptions(String, String) Constructor

Definition

Public constructor.

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)

Parameters

workerId
String

Id of the worker.

offerId
String

Id of the offer.

Exceptions

workerId or offerId is null.

workerId or offerId is an empty string, and was expected to be non-empty.

Applies to