Modifier and Type | Method and Description |
---|---|
void |
ConnectionBase.error(ErrorCallback handler)
Sets the handler for the "Error" event
|
void |
Connection.error(ErrorCallback handler) |
SignalRFuture<V> |
SignalRFuture.onError(ErrorCallback errorCallback)
Handles error during the execution of the Future.
|