Share via


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