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
에 대한 KeepAliveInterval입니다 HubConnection.
반환
연결을 위한 IHubConnectionBuilder의 동일한 인스턴스입니다.