HubConnection.ServerTimeout 属性

定义

获取或设置连接的服务器超时间隔。

public:
 property TimeSpan ServerTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan ServerTimeout { get; set; }
member this.ServerTimeout : TimeSpan with get, set
Public Property ServerTimeout As TimeSpan

属性值

注解

如果客户端长时间未从服务器 this 听到消息,则客户端超时。

适用于