ResponseTimeoutAttribute 类

定义

指定指定它的接口方法的响应超时。

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

构造函数

ResponseTimeoutAttribute(String)

指定指定它的接口方法的响应超时。

属性

Timeout

获取或设置此方法的响应超时。

适用于