DisableRequestTimeoutAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エンドポイントでの要求タイムアウトを無効にするメタデータ。
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method)]
public sealed class DisableRequestTimeoutAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method)>]
type DisableRequestTimeoutAttribute = class
inherit Attribute
Public NotInheritable Class DisableRequestTimeoutAttribute
Inherits Attribute
- 継承
-
DisableRequestTimeoutAttribute
- 属性
注釈
要求タイムアウト ミドルウェアがこのエンドポイントに適用されないように完全に無効にします。
コンストラクター
DisableRequestTimeoutAttribute() |
エンドポイントでの要求タイムアウトを無効にするメタデータ。 |
メソッド
ToString() |
エンドポイントでの要求タイムアウトを無効にするメタデータ。 |