Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
OnConnected ( ) : System.Threading.Tasks.Task |
Called when the connection connects to this hub instance.
|
|
OnDisconnected ( bool stopCalled ) : System.Threading.Tasks.Task |
Called when a connection disconnects from this hub gracefully or due to a timeout.
|
|
OnReconnected ( ) : System.Threading.Tasks.Task |
Called when the connection reconnects to this hub instance.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
Hub ( ) : System.Threading.Tasks |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public OnConnected ( ) : System.Threading.Tasks.Task | ||
Résultat | System.Threading.Tasks.Task |
public OnDisconnected ( bool stopCalled ) : System.Threading.Tasks.Task | ||
stopCalled | bool |
/// true, if stop was called on the client closing the connection gracefully;
/// false, if the connection has been lost for longer than the
/// |
Résultat | System.Threading.Tasks.Task |
public OnReconnected ( ) : System.Threading.Tasks.Task | ||
Résultat | System.Threading.Tasks.Task |