HubConnectionBuilderExtensions.WithKeepAliveInterval メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
の KeepAliveInterval を構成します HubConnection。
public static Microsoft.AspNetCore.SignalR.Client.IHubConnectionBuilder WithKeepAliveInterval (this Microsoft.AspNetCore.SignalR.Client.IHubConnectionBuilder hubConnectionBuilder, TimeSpan interval);
static member WithKeepAliveInterval : Microsoft.AspNetCore.SignalR.Client.IHubConnectionBuilder * TimeSpan -> Microsoft.AspNetCore.SignalR.Client.IHubConnectionBuilder
<Extension()>
Public Function WithKeepAliveInterval (hubConnectionBuilder As IHubConnectionBuilder, interval As TimeSpan) As IHubConnectionBuilder
パラメーター
- hubConnectionBuilder
- IHubConnectionBuilder
構成する IHubConnectionBuilder。
- interval
- TimeSpan
の HubConnectionKeepAliveInterval
戻り値
チェーン用の IHubConnectionBuilder の同じインスタンス。