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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET