OnClosedCallback Interface
public interface OnClosedCallback
A callback to create and register on a HubConnections OnClosed method.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract void | invoke(Exception exception) |
Method Details
invoke
public abstract void invoke(Exception exception)
Parameters: