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

CloseJobOptions(String, String) 构造函数

定义

公共构造函数。

public CloseJobOptions (string jobId, string assignmentId);
new Azure.Communication.JobRouter.CloseJobOptions : string * string -> Azure.Communication.JobRouter.CloseJobOptions
Public Sub New (jobId As String, assignmentId As String)

参数

jobId
String

作业的 ID。

assignmentId
String

用于将作业分配给辅助角色的 ID。

例外

assignmentId 为 null。

适用于