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

QueueLengthExceptionTrigger 类

定义

在超出队列长度时触发异常操作。

public class QueueLengthExceptionTrigger : Azure.Communication.JobRouter.ExceptionTrigger
type QueueLengthExceptionTrigger = class
    inherit ExceptionTrigger
Public Class QueueLengthExceptionTrigger
Inherits ExceptionTrigger
继承
QueueLengthExceptionTrigger

构造函数

QueueLengthExceptionTrigger(Int32)

初始化 QueueLengthExceptionTrigger 的新实例。

属性

Kind

描述 ExceptionTrigger 子类型的类型鉴别器。

(继承自 ExceptionTrigger)
Threshold

队列中要触发的作业数的阈值。

适用于