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

このエンドポイントに適用するタイムアウト。

適用対象