HubConnection.DefaultServerTimeout Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The default timeout which specifies how long to wait for a message before closing the connection. Default is 30 seconds.
public: static initonly TimeSpan DefaultServerTimeout;
public static readonly TimeSpan DefaultServerTimeout;
staticval mutable DefaultServerTimeout : TimeSpan
Public Shared ReadOnly DefaultServerTimeout As TimeSpan