WaitTimeExceptionTrigger Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Trigger for an exception action on exceeding wait time.
public class WaitTimeExceptionTrigger : Azure.Communication.JobRouter.ExceptionTrigger
public class WaitTimeExceptionTrigger : Azure.Communication.JobRouter.ExceptionTrigger, System.ClientModel.Primitives.IJsonModel<Azure.Communication.JobRouter.WaitTimeExceptionTrigger>, System.ClientModel.Primitives.IPersistableModel<Azure.Communication.JobRouter.WaitTimeExceptionTrigger>
type WaitTimeExceptionTrigger = class
inherit ExceptionTrigger
type WaitTimeExceptionTrigger = class
inherit ExceptionTrigger
interface IJsonModel<WaitTimeExceptionTrigger>
interface IPersistableModel<WaitTimeExceptionTrigger>
Public Class WaitTimeExceptionTrigger
Inherits ExceptionTrigger
Public Class WaitTimeExceptionTrigger
Inherits ExceptionTrigger
Implements IJsonModel(Of WaitTimeExceptionTrigger), IPersistableModel(Of WaitTimeExceptionTrigger)
- Inheritance
- Implements
Constructors
WaitTimeExceptionTrigger(TimeSpan) |
Initializes a new instance of WaitTimeExceptionTrigger. |
Properties
Kind |
The type discriminator describing a sub-type of ExceptionTrigger. (Inherited from ExceptionTrigger) |
Threshold |
Threshold for wait time for this trigger. |
Explicit Interface Implementations
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET