hub_connection library
Classes
- HubConnection
- Represents a connection to a SignalR Hub
Constants
- DEFAULT_PING_INTERVAL_IN_MS → const int
-
15 * 1000
- DEFAULT_TIMEOUT_IN_MS → const int
-
30 * 1000
Enums
- HubConnectionState
- Describes the current state of the {@link HubConnection} to the server.
Typedefs
-
ClosedCallback(
Exception error) → void -
InvocationEventCallback(
HubMessageBase invocationEvent, Exception error) → void -
MethodInvacationFunc(
List< Object> arguments) → void