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 |
このエンドポイントに適用するタイムアウト。 |