次の方法で共有


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

このメソッドの応答タイムアウトを取得または設定します。

適用対象