RequestTimeoutsIServiceCollectionExtensions.AddRequestTimeouts メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AddRequestTimeouts(IServiceCollection) |
要求タイムアウト サービスを追加します。 |
AddRequestTimeouts(IServiceCollection, Action<RequestTimeoutOptions>) |
要求タイムアウト サービスを追加し、関連するオプションを構成します。 |
AddRequestTimeouts(IServiceCollection)
要求タイムアウト サービスを追加します。
public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddRequestTimeouts (this Microsoft.Extensions.DependencyInjection.IServiceCollection services);
static member AddRequestTimeouts : Microsoft.Extensions.DependencyInjection.IServiceCollection -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function AddRequestTimeouts (services As IServiceCollection) As IServiceCollection
パラメーター
- services
- IServiceCollection
IServiceCollectionサービスを追加するための 。
戻り値
適用対象
AddRequestTimeouts(IServiceCollection, Action<RequestTimeoutOptions>)
要求タイムアウト サービスを追加し、関連するオプションを構成します。
public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddRequestTimeouts (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Microsoft.AspNetCore.Http.Timeouts.RequestTimeoutOptions> configure);
static member AddRequestTimeouts : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Microsoft.AspNetCore.Http.Timeouts.RequestTimeoutOptions> -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function AddRequestTimeouts (services As IServiceCollection, configure As Action(Of RequestTimeoutOptions)) As IServiceCollection
パラメーター
- services
- IServiceCollection
IServiceCollectionサービスを追加するための 。
- configure
- Action<RequestTimeoutOptions>
RequestTimeoutOptions を構成するデリゲート。