HubConnectionBuilderExtensions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
IHubConnectionBuilder 的扩展方法。
public ref class HubConnectionBuilderExtensions abstract sealed
public static class HubConnectionBuilderExtensions
type HubConnectionBuilderExtensions = class
Public Module HubConnectionBuilderExtensions
- 继承
-
HubConnectionBuilderExtensions
方法
ConfigureLogging(IHubConnectionBuilder, Action<ILoggingBuilder>) |
添加一个委托来配置提供的 ILoggingBuilder。 这可多次进行调用。 |
WithAutomaticReconnect(IHubConnectionBuilder) |
将 HubConnection 配置为在连接丢失时自动尝试重新连接。 客户端将分别等待默认的 0、2、10 和 30 秒,然后再尝试最多四次重新连接。 |
WithAutomaticReconnect(IHubConnectionBuilder, IRetryPolicy) |
将 HubConnection 配置为在连接丢失时自动尝试重新连接。 |
WithAutomaticReconnect(IHubConnectionBuilder, TimeSpan[]) |
将 HubConnection 配置为在连接丢失时自动尝试重新连接。 |
WithKeepAliveInterval(IHubConnectionBuilder, TimeSpan) |
为 HubConnection配置 KeepAliveInterval。 |
WithServerTimeout(IHubConnectionBuilder, TimeSpan) |
为 HubConnection配置 ServerTimeout。 |