Hub.OnDisconnectedAsync(Exception) Metoda

Definice

Volá se při ukončení připojení k centru.

public:
 virtual System::Threading::Tasks::Task ^ OnDisconnectedAsync(Exception ^ exception);
public virtual System.Threading.Tasks.Task OnDisconnectedAsync (Exception exception);
public virtual System.Threading.Tasks.Task OnDisconnectedAsync (Exception? exception);
abstract member OnDisconnectedAsync : Exception -> System.Threading.Tasks.Task
override this.OnDisconnectedAsync : Exception -> System.Threading.Tasks.Task
Public Overridable Function OnDisconnectedAsync (exception As Exception) As Task

Parametry

exception
Exception

Návraty

A Task , který představuje asynchronní odpojení.

Platí pro