RequestTimeoutAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供特定于终结点的请求超时的元数据。
[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 |
要应用于此终结点的超时。 |