Method | Description | |
---|---|---|
PerformReconnection ( IReconnectionAttempt reconnectionAttempt ) : System.Threading.Tasks.Task |
Here we put our actual reconnection logic. The async keyword should always be added since it makes things easier for a void return type.
|
public PerformReconnection ( IReconnectionAttempt reconnectionAttempt ) : System.Threading.Tasks.Task | ||
reconnectionAttempt | IReconnectionAttempt | The reconnection attempt wil be given by the session. |
return | System.Threading.Tasks.Task |