RequestTimeoutAttribute 类

定义

提供特定于终结点的请求超时的元数据。

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method)]
public sealed class RequestTimeoutAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method)>]
type RequestTimeoutAttribute = class
    inherit Attribute
Public NotInheritable Class RequestTimeoutAttribute
Inherits Attribute
继承
RequestTimeoutAttribute
属性

注解

应用此属性后,将忽略默认策略。

构造函数

RequestTimeoutAttribute(Int32)

使用指定的超时创建 的新 RequestTimeoutAttribute 实例。

RequestTimeoutAttribute(String)

使用指定的策略创建 的新 RequestTimeoutAttribute 实例。

属性

PolicyName

需要应用的策略的名称。 此值不区分大小写。

Timeout

要应用于此终结点的超时。

适用于