Condividi tramite


HubConnectionExtensions.On Metodo

Definizione

Overload

On(HubConnection, String, Action)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

On(HubConnection, String, Func<Task>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

On(HubConnection, String, Type[], Func<Object[],Task>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

On<T1,T2,T3,T4,T5,T6,T7,T8,TResult>(HubConnection, String, Func<T1,T2,T3,T4,T5,T6,T7,T8,TResult>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

On<T1,T2,T3,T4,T5,T6,T7,T8,TResult>(HubConnection, String, Func<T1,T2,T3,T4,T5,T6,T7,T8,Task<TResult>>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

On<T1,T2,T3,T4,T5,T6,T7,T8>(HubConnection, String, Action<T1,T2,T3,T4,T5,T6,T7,T8>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

On<T1,T2,T3,T4,T5,T6,T7,T8>(HubConnection, String, Func<T1,T2,T3,T4,T5,T6,T7,T8,Task>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

On<T1,T2,T3,T4,T5,T6,T7,TResult>(HubConnection, String, Func<T1,T2,T3,T4,T5,T6,T7,Task<TResult>>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

On<T1,T2,T3,T4,T5,T6,T7,TResult>(HubConnection, String, Func<T1,T2,T3,T4,T5,T6,T7,TResult>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

On<T1,T2,T3,T4,T5,T6,T7>(HubConnection, String, Func<T1,T2,T3,T4,T5,T6,T7,Task>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

On<T1,T2,T3,T4,T5,T6,T7>(HubConnection, String, Action<T1,T2,T3,T4,T5,T6,T7>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

On<T1,T2,T3,T4,T5,T6,TResult>(HubConnection, String, Func<T1,T2,T3,T4,T5,T6,TResult>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

On<T1,T2,T3,T4,T5,T6,TResult>(HubConnection, String, Func<T1,T2,T3,T4,T5,T6,Task<TResult>>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

On<T1,T2,T3,T4,T5,T6>(HubConnection, String, Func<T1,T2,T3,T4,T5,T6,Task>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

On<T1,T2,T3,T4,T5,T6>(HubConnection, String, Action<T1,T2,T3,T4,T5,T6>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

On<T1,T2,T3,T4,T5,TResult>(HubConnection, String, Func<T1,T2,T3,T4,T5,TResult>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

On<T1,T2,T3,T4,T5,TResult>(HubConnection, String, Func<T1,T2,T3,T4,T5,Task<TResult>>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

On<T1,T2,T3,T4,T5>(HubConnection, String, Func<T1,T2,T3,T4,T5,Task>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

On<T1,T2,T3,T4,T5>(HubConnection, String, Action<T1,T2,T3,T4,T5>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

On<T1,T2,T3,T4,TResult>(HubConnection, String, Func<T1,T2,T3,T4,Task<TResult>>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

On<T1,T2,T3,T4,TResult>(HubConnection, String, Func<T1,T2,T3,T4,TResult>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

On<T1,T2,T3,T4>(HubConnection, String, Func<T1,T2,T3,T4,Task>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

On<T1,T2,T3,T4>(HubConnection, String, Action<T1,T2,T3,T4>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

On<T1,T2,T3,TResult>(HubConnection, String, Func<T1,T2,T3,Task<TResult>>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

On<T1,T2,T3,TResult>(HubConnection, String, Func<T1,T2,T3,TResult>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

On<T1,T2,T3>(HubConnection, String, Func<T1,T2,T3,Task>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

On<T1,T2,T3>(HubConnection, String, Action<T1,T2,T3>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

On<T1,T2,TResult>(HubConnection, String, Func<T1,T2,TResult>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

On<T1,T2,TResult>(HubConnection, String, Func<T1,T2,Task<TResult>>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

On<T1,T2>(HubConnection, String, Action<T1,T2>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

On<T1,T2>(HubConnection, String, Func<T1,T2,Task>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

On<T1,TResult>(HubConnection, String, Func<T1,TResult>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

On<T1,TResult>(HubConnection, String, Func<T1,Task<TResult>>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

On<T1>(HubConnection, String, Func<T1,Task>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

On<T1>(HubConnection, String, Action<T1>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

On<TResult>(HubConnection, String, Type[], Func<Object[],Task<TResult>>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

On<TResult>(HubConnection, String, Func<TResult>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

On<TResult>(HubConnection, String, Func<Task<TResult>>)

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

On(HubConnection, String, Action)

Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

public:
[System::Runtime::CompilerServices::Extension]
 static IDisposable ^ On(Microsoft::AspNetCore::SignalR::Client::HubConnection ^ hubConnection, System::String ^ methodName, Action ^ handler);
public static IDisposable On (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Action handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Action -> IDisposable
<Extension()>
Public Function On (hubConnection As HubConnection, methodName As String, handler As Action) As IDisposable

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Action

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On(HubConnection, String, Func<Task>)

Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

public:
[System::Runtime::CompilerServices::Extension]
 static IDisposable ^ On(Microsoft::AspNetCore::SignalR::Client::HubConnection ^ hubConnection, System::String ^ methodName, Func<System::Threading::Tasks::Task ^> ^ handler);
public static IDisposable On (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Func<System.Threading.Tasks.Task> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Func<System.Threading.Tasks.Task> -> IDisposable
<Extension()>
Public Function On (hubConnection As HubConnection, methodName As String, handler As Func(Of Task)) As IDisposable

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Func<Task>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On(HubConnection, String, Type[], Func<Object[],Task>)

Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

public:
[System::Runtime::CompilerServices::Extension]
 static IDisposable ^ On(Microsoft::AspNetCore::SignalR::Client::HubConnection ^ hubConnection, System::String ^ methodName, cli::array <Type ^> ^ parameterTypes, Func<cli::array <System::Object ^> ^, System::Threading::Tasks::Task ^> ^ handler);
public static IDisposable On (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Type[] parameterTypes, Func<object[],System.Threading.Tasks.Task> handler);
public static IDisposable On (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Type[] parameterTypes, Func<object?[],System.Threading.Tasks.Task> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Type[] * Func<obj[], System.Threading.Tasks.Task> -> IDisposable
<Extension()>
Public Function On (hubConnection As HubConnection, methodName As String, parameterTypes As Type(), handler As Func(Of Object(), Task)) As IDisposable

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

parameterTypes
Type[]

I tipi di parametri previsti dal metodo hub.

handler
Func<Object[],Task>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1,T2,T3,T4,T5,T6,T7,T8,TResult>(HubConnection, String, Func<T1,T2,T3,T4,T5,T6,T7,T8,TResult>)

Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

public static IDisposable On<T1,T2,T3,T4,T5,T6,T7,T8,TResult> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Func<T1,T2,T3,T4,T5,T6,T7,T8,TResult> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Func<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7, 'T8, 'Result> -> IDisposable
<Extension()>
Public Function On(Of T1, T2, T3, T4, T5, T6, T7, T8, TResult) (hubConnection As HubConnection, methodName As String, handler As Func(Of T1, T2, T3, T4, T5, T6, T7, T8, TResult)) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

T2

Secondo tipo di argomento.

T3

Terzo tipo di argomento.

T4

Quarto tipo di argomento.

T5

Quinto tipo di argomento.

T6

Sesto tipo di argomento.

T7

Settimo tipo di argomento.

T8

Ottavo tipo di argomento.

TResult

Tipo restituito restituito dal gestore.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Func<T1,T2,T3,T4,T5,T6,T7,T8,TResult>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1,T2,T3,T4,T5,T6,T7,T8,TResult>(HubConnection, String, Func<T1,T2,T3,T4,T5,T6,T7,T8,Task<TResult>>)

Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

public static IDisposable On<T1,T2,T3,T4,T5,T6,T7,T8,TResult> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Func<T1,T2,T3,T4,T5,T6,T7,T8,System.Threading.Tasks.Task<TResult>> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Func<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7, 'T8, System.Threading.Tasks.Task<'Result>> -> IDisposable
<Extension()>
Public Function On(Of T1, T2, T3, T4, T5, T6, T7, T8, TResult) (hubConnection As HubConnection, methodName As String, handler As Func(Of T1, T2, T3, T4, T5, T6, T7, T8, Task(Of TResult))) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

T2

Secondo tipo di argomento.

T3

Terzo tipo di argomento.

T4

Quarto tipo di argomento.

T5

Quinto tipo di argomento.

T6

Sesto tipo di argomento.

T7

Settimo tipo di argomento.

T8

Ottavo tipo di argomento.

TResult

Tipo restituito restituito dal gestore.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Func<T1,T2,T3,T4,T5,T6,T7,T8,Task<TResult>>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1,T2,T3,T4,T5,T6,T7,T8>(HubConnection, String, Action<T1,T2,T3,T4,T5,T6,T7,T8>)

Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

public:
generic <typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8>
[System::Runtime::CompilerServices::Extension]
 static IDisposable ^ On(Microsoft::AspNetCore::SignalR::Client::HubConnection ^ hubConnection, System::String ^ methodName, Action<T1, T2, T3, T4, T5, T6, T7, T8> ^ handler);
public static IDisposable On<T1,T2,T3,T4,T5,T6,T7,T8> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Action<T1,T2,T3,T4,T5,T6,T7,T8> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Action<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7, 'T8> -> IDisposable
<Extension()>
Public Function On(Of T1, T2, T3, T4, T5, T6, T7, T8) (hubConnection As HubConnection, methodName As String, handler As Action(Of T1, T2, T3, T4, T5, T6, T7, T8)) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

T2

Secondo tipo di argomento.

T3

Terzo tipo di argomento.

T4

Quarto tipo di argomento.

T5

Quinto tipo di argomento.

T6

Sesto tipo di argomento.

T7

Settimo tipo di argomento.

T8

Ottavo tipo di argomento.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Action<T1,T2,T3,T4,T5,T6,T7,T8>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1,T2,T3,T4,T5,T6,T7,T8>(HubConnection, String, Func<T1,T2,T3,T4,T5,T6,T7,T8,Task>)

Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

public:
generic <typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8>
[System::Runtime::CompilerServices::Extension]
 static IDisposable ^ On(Microsoft::AspNetCore::SignalR::Client::HubConnection ^ hubConnection, System::String ^ methodName, Func<T1, T2, T3, T4, T5, T6, T7, T8, System::Threading::Tasks::Task ^> ^ handler);
public static IDisposable On<T1,T2,T3,T4,T5,T6,T7,T8> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Func<T1,T2,T3,T4,T5,T6,T7,T8,System.Threading.Tasks.Task> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Func<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7, 'T8, System.Threading.Tasks.Task> -> IDisposable
<Extension()>
Public Function On(Of T1, T2, T3, T4, T5, T6, T7, T8) (hubConnection As HubConnection, methodName As String, handler As Func(Of T1, T2, T3, T4, T5, T6, T7, T8, Task)) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

T2

Secondo tipo di argomento.

T3

Terzo tipo di argomento.

T4

Quarto tipo di argomento.

T5

Quinto tipo di argomento.

T6

Sesto tipo di argomento.

T7

Settimo tipo di argomento.

T8

Ottavo tipo di argomento.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Func<T1,T2,T3,T4,T5,T6,T7,T8,Task>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1,T2,T3,T4,T5,T6,T7,TResult>(HubConnection, String, Func<T1,T2,T3,T4,T5,T6,T7,Task<TResult>>)

Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

public static IDisposable On<T1,T2,T3,T4,T5,T6,T7,TResult> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Func<T1,T2,T3,T4,T5,T6,T7,System.Threading.Tasks.Task<TResult>> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Func<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7, System.Threading.Tasks.Task<'Result>> -> IDisposable
<Extension()>
Public Function On(Of T1, T2, T3, T4, T5, T6, T7, TResult) (hubConnection As HubConnection, methodName As String, handler As Func(Of T1, T2, T3, T4, T5, T6, T7, Task(Of TResult))) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

T2

Secondo tipo di argomento.

T3

Terzo tipo di argomento.

T4

Quarto tipo di argomento.

T5

Quinto tipo di argomento.

T6

Sesto tipo di argomento.

T7

Settimo tipo di argomento.

TResult

Tipo restituito restituito dal gestore.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Func<T1,T2,T3,T4,T5,T6,T7,Task<TResult>>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1,T2,T3,T4,T5,T6,T7,TResult>(HubConnection, String, Func<T1,T2,T3,T4,T5,T6,T7,TResult>)

Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

public static IDisposable On<T1,T2,T3,T4,T5,T6,T7,TResult> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Func<T1,T2,T3,T4,T5,T6,T7,TResult> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Func<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7, 'Result> -> IDisposable
<Extension()>
Public Function On(Of T1, T2, T3, T4, T5, T6, T7, TResult) (hubConnection As HubConnection, methodName As String, handler As Func(Of T1, T2, T3, T4, T5, T6, T7, TResult)) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

T2

Secondo tipo di argomento.

T3

Terzo tipo di argomento.

T4

Quarto tipo di argomento.

T5

Quinto tipo di argomento.

T6

Sesto tipo di argomento.

T7

Settimo tipo di argomento.

TResult

Tipo restituito restituito dal gestore.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Func<T1,T2,T3,T4,T5,T6,T7,TResult>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1,T2,T3,T4,T5,T6,T7>(HubConnection, String, Func<T1,T2,T3,T4,T5,T6,T7,Task>)

Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

public:
generic <typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7>
[System::Runtime::CompilerServices::Extension]
 static IDisposable ^ On(Microsoft::AspNetCore::SignalR::Client::HubConnection ^ hubConnection, System::String ^ methodName, Func<T1, T2, T3, T4, T5, T6, T7, System::Threading::Tasks::Task ^> ^ handler);
public static IDisposable On<T1,T2,T3,T4,T5,T6,T7> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Func<T1,T2,T3,T4,T5,T6,T7,System.Threading.Tasks.Task> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Func<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7, System.Threading.Tasks.Task> -> IDisposable
<Extension()>
Public Function On(Of T1, T2, T3, T4, T5, T6, T7) (hubConnection As HubConnection, methodName As String, handler As Func(Of T1, T2, T3, T4, T5, T6, T7, Task)) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

T2

Secondo tipo di argomento.

T3

Terzo tipo di argomento.

T4

Quarto tipo di argomento.

T5

Quinto tipo di argomento.

T6

Sesto tipo di argomento.

T7

Settimo tipo di argomento.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Func<T1,T2,T3,T4,T5,T6,T7,Task>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1,T2,T3,T4,T5,T6,T7>(HubConnection, String, Action<T1,T2,T3,T4,T5,T6,T7>)

Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

public:
generic <typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7>
[System::Runtime::CompilerServices::Extension]
 static IDisposable ^ On(Microsoft::AspNetCore::SignalR::Client::HubConnection ^ hubConnection, System::String ^ methodName, Action<T1, T2, T3, T4, T5, T6, T7> ^ handler);
public static IDisposable On<T1,T2,T3,T4,T5,T6,T7> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Action<T1,T2,T3,T4,T5,T6,T7> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Action<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7> -> IDisposable
<Extension()>
Public Function On(Of T1, T2, T3, T4, T5, T6, T7) (hubConnection As HubConnection, methodName As String, handler As Action(Of T1, T2, T3, T4, T5, T6, T7)) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

T2

Secondo tipo di argomento.

T3

Terzo tipo di argomento.

T4

Quarto tipo di argomento.

T5

Quinto tipo di argomento.

T6

Sesto tipo di argomento.

T7

Settimo tipo di argomento.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Action<T1,T2,T3,T4,T5,T6,T7>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1,T2,T3,T4,T5,T6,TResult>(HubConnection, String, Func<T1,T2,T3,T4,T5,T6,TResult>)

Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

public static IDisposable On<T1,T2,T3,T4,T5,T6,TResult> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Func<T1,T2,T3,T4,T5,T6,TResult> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Func<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'Result> -> IDisposable
<Extension()>
Public Function On(Of T1, T2, T3, T4, T5, T6, TResult) (hubConnection As HubConnection, methodName As String, handler As Func(Of T1, T2, T3, T4, T5, T6, TResult)) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

T2

Secondo tipo di argomento.

T3

Terzo tipo di argomento.

T4

Quarto tipo di argomento.

T5

Quinto tipo di argomento.

T6

Sesto tipo di argomento.

TResult

Tipo restituito restituito dal gestore.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Func<T1,T2,T3,T4,T5,T6,TResult>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1,T2,T3,T4,T5,T6,TResult>(HubConnection, String, Func<T1,T2,T3,T4,T5,T6,Task<TResult>>)

Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

public static IDisposable On<T1,T2,T3,T4,T5,T6,TResult> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Func<T1,T2,T3,T4,T5,T6,System.Threading.Tasks.Task<TResult>> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Func<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, System.Threading.Tasks.Task<'Result>> -> IDisposable
<Extension()>
Public Function On(Of T1, T2, T3, T4, T5, T6, TResult) (hubConnection As HubConnection, methodName As String, handler As Func(Of T1, T2, T3, T4, T5, T6, Task(Of TResult))) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

T2

Secondo tipo di argomento.

T3

Terzo tipo di argomento.

T4

Quarto tipo di argomento.

T5

Quinto tipo di argomento.

T6

Sesto tipo di argomento.

TResult

Tipo restituito restituito dal gestore.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Func<T1,T2,T3,T4,T5,T6,Task<TResult>>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1,T2,T3,T4,T5,T6>(HubConnection, String, Func<T1,T2,T3,T4,T5,T6,Task>)

Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

public:
generic <typename T1, typename T2, typename T3, typename T4, typename T5, typename T6>
[System::Runtime::CompilerServices::Extension]
 static IDisposable ^ On(Microsoft::AspNetCore::SignalR::Client::HubConnection ^ hubConnection, System::String ^ methodName, Func<T1, T2, T3, T4, T5, T6, System::Threading::Tasks::Task ^> ^ handler);
public static IDisposable On<T1,T2,T3,T4,T5,T6> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Func<T1,T2,T3,T4,T5,T6,System.Threading.Tasks.Task> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Func<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, System.Threading.Tasks.Task> -> IDisposable
<Extension()>
Public Function On(Of T1, T2, T3, T4, T5, T6) (hubConnection As HubConnection, methodName As String, handler As Func(Of T1, T2, T3, T4, T5, T6, Task)) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

T2

Secondo tipo di argomento.

T3

Terzo tipo di argomento.

T4

Quarto tipo di argomento.

T5

Quinto tipo di argomento.

T6

Sesto tipo di argomento.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Func<T1,T2,T3,T4,T5,T6,Task>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1,T2,T3,T4,T5,T6>(HubConnection, String, Action<T1,T2,T3,T4,T5,T6>)

Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

public:
generic <typename T1, typename T2, typename T3, typename T4, typename T5, typename T6>
[System::Runtime::CompilerServices::Extension]
 static IDisposable ^ On(Microsoft::AspNetCore::SignalR::Client::HubConnection ^ hubConnection, System::String ^ methodName, Action<T1, T2, T3, T4, T5, T6> ^ handler);
public static IDisposable On<T1,T2,T3,T4,T5,T6> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Action<T1,T2,T3,T4,T5,T6> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Action<'T1, 'T2, 'T3, 'T4, 'T5, 'T6> -> IDisposable
<Extension()>
Public Function On(Of T1, T2, T3, T4, T5, T6) (hubConnection As HubConnection, methodName As String, handler As Action(Of T1, T2, T3, T4, T5, T6)) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

T2

Secondo tipo di argomento.

T3

Terzo tipo di argomento.

T4

Quarto tipo di argomento.

T5

Quinto tipo di argomento.

T6

Sesto tipo di argomento.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Action<T1,T2,T3,T4,T5,T6>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1,T2,T3,T4,T5,TResult>(HubConnection, String, Func<T1,T2,T3,T4,T5,TResult>)

Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

public static IDisposable On<T1,T2,T3,T4,T5,TResult> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Func<T1,T2,T3,T4,T5,TResult> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Func<'T1, 'T2, 'T3, 'T4, 'T5, 'Result> -> IDisposable
<Extension()>
Public Function On(Of T1, T2, T3, T4, T5, TResult) (hubConnection As HubConnection, methodName As String, handler As Func(Of T1, T2, T3, T4, T5, TResult)) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

T2

Secondo tipo di argomento.

T3

Terzo tipo di argomento.

T4

Quarto tipo di argomento.

T5

Quinto tipo di argomento.

TResult

Tipo restituito restituito dal gestore.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Func<T1,T2,T3,T4,T5,TResult>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1,T2,T3,T4,T5,TResult>(HubConnection, String, Func<T1,T2,T3,T4,T5,Task<TResult>>)

Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

public static IDisposable On<T1,T2,T3,T4,T5,TResult> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Func<T1,T2,T3,T4,T5,System.Threading.Tasks.Task<TResult>> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Func<'T1, 'T2, 'T3, 'T4, 'T5, System.Threading.Tasks.Task<'Result>> -> IDisposable
<Extension()>
Public Function On(Of T1, T2, T3, T4, T5, TResult) (hubConnection As HubConnection, methodName As String, handler As Func(Of T1, T2, T3, T4, T5, Task(Of TResult))) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

T2

Secondo tipo di argomento.

T3

Terzo tipo di argomento.

T4

Quarto tipo di argomento.

T5

Quinto tipo di argomento.

TResult

Tipo restituito restituito dal gestore.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Func<T1,T2,T3,T4,T5,Task<TResult>>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1,T2,T3,T4,T5>(HubConnection, String, Func<T1,T2,T3,T4,T5,Task>)

Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

public:
generic <typename T1, typename T2, typename T3, typename T4, typename T5>
[System::Runtime::CompilerServices::Extension]
 static IDisposable ^ On(Microsoft::AspNetCore::SignalR::Client::HubConnection ^ hubConnection, System::String ^ methodName, Func<T1, T2, T3, T4, T5, System::Threading::Tasks::Task ^> ^ handler);
public static IDisposable On<T1,T2,T3,T4,T5> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Func<T1,T2,T3,T4,T5,System.Threading.Tasks.Task> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Func<'T1, 'T2, 'T3, 'T4, 'T5, System.Threading.Tasks.Task> -> IDisposable
<Extension()>
Public Function On(Of T1, T2, T3, T4, T5) (hubConnection As HubConnection, methodName As String, handler As Func(Of T1, T2, T3, T4, T5, Task)) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

T2

Secondo tipo di argomento.

T3

Terzo tipo di argomento.

T4

Quarto tipo di argomento.

T5

Quinto tipo di argomento.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Func<T1,T2,T3,T4,T5,Task>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1,T2,T3,T4,T5>(HubConnection, String, Action<T1,T2,T3,T4,T5>)

Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

public:
generic <typename T1, typename T2, typename T3, typename T4, typename T5>
[System::Runtime::CompilerServices::Extension]
 static IDisposable ^ On(Microsoft::AspNetCore::SignalR::Client::HubConnection ^ hubConnection, System::String ^ methodName, Action<T1, T2, T3, T4, T5> ^ handler);
public static IDisposable On<T1,T2,T3,T4,T5> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Action<T1,T2,T3,T4,T5> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Action<'T1, 'T2, 'T3, 'T4, 'T5> -> IDisposable
<Extension()>
Public Function On(Of T1, T2, T3, T4, T5) (hubConnection As HubConnection, methodName As String, handler As Action(Of T1, T2, T3, T4, T5)) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

T2

Secondo tipo di argomento.

T3

Terzo tipo di argomento.

T4

Quarto tipo di argomento.

T5

Quinto tipo di argomento.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Action<T1,T2,T3,T4,T5>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1,T2,T3,T4,TResult>(HubConnection, String, Func<T1,T2,T3,T4,Task<TResult>>)

Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

public static IDisposable On<T1,T2,T3,T4,TResult> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Func<T1,T2,T3,T4,System.Threading.Tasks.Task<TResult>> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Func<'T1, 'T2, 'T3, 'T4, System.Threading.Tasks.Task<'Result>> -> IDisposable
<Extension()>
Public Function On(Of T1, T2, T3, T4, TResult) (hubConnection As HubConnection, methodName As String, handler As Func(Of T1, T2, T3, T4, Task(Of TResult))) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

T2

Secondo tipo di argomento.

T3

Terzo tipo di argomento.

T4

Quarto tipo di argomento.

TResult

Tipo restituito restituito dal gestore.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Func<T1,T2,T3,T4,Task<TResult>>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1,T2,T3,T4,TResult>(HubConnection, String, Func<T1,T2,T3,T4,TResult>)

Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

public static IDisposable On<T1,T2,T3,T4,TResult> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Func<T1,T2,T3,T4,TResult> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Func<'T1, 'T2, 'T3, 'T4, 'Result> -> IDisposable
<Extension()>
Public Function On(Of T1, T2, T3, T4, TResult) (hubConnection As HubConnection, methodName As String, handler As Func(Of T1, T2, T3, T4, TResult)) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

T2

Secondo tipo di argomento.

T3

Terzo tipo di argomento.

T4

Quarto tipo di argomento.

TResult

Tipo restituito restituito dal gestore.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Func<T1,T2,T3,T4,TResult>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1,T2,T3,T4>(HubConnection, String, Func<T1,T2,T3,T4,Task>)

Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

public:
generic <typename T1, typename T2, typename T3, typename T4>
[System::Runtime::CompilerServices::Extension]
 static IDisposable ^ On(Microsoft::AspNetCore::SignalR::Client::HubConnection ^ hubConnection, System::String ^ methodName, Func<T1, T2, T3, T4, System::Threading::Tasks::Task ^> ^ handler);
public static IDisposable On<T1,T2,T3,T4> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Func<T1,T2,T3,T4,System.Threading.Tasks.Task> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Func<'T1, 'T2, 'T3, 'T4, System.Threading.Tasks.Task> -> IDisposable
<Extension()>
Public Function On(Of T1, T2, T3, T4) (hubConnection As HubConnection, methodName As String, handler As Func(Of T1, T2, T3, T4, Task)) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

T2

Secondo tipo di argomento.

T3

Terzo tipo di argomento.

T4

Quarto tipo di argomento.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Func<T1,T2,T3,T4,Task>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1,T2,T3,T4>(HubConnection, String, Action<T1,T2,T3,T4>)

Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

public:
generic <typename T1, typename T2, typename T3, typename T4>
[System::Runtime::CompilerServices::Extension]
 static IDisposable ^ On(Microsoft::AspNetCore::SignalR::Client::HubConnection ^ hubConnection, System::String ^ methodName, Action<T1, T2, T3, T4> ^ handler);
public static IDisposable On<T1,T2,T3,T4> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Action<T1,T2,T3,T4> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Action<'T1, 'T2, 'T3, 'T4> -> IDisposable
<Extension()>
Public Function On(Of T1, T2, T3, T4) (hubConnection As HubConnection, methodName As String, handler As Action(Of T1, T2, T3, T4)) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

T2

Secondo tipo di argomento.

T3

Terzo tipo di argomento.

T4

Quarto tipo di argomento.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Action<T1,T2,T3,T4>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1,T2,T3,TResult>(HubConnection, String, Func<T1,T2,T3,Task<TResult>>)

Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

public static IDisposable On<T1,T2,T3,TResult> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Func<T1,T2,T3,System.Threading.Tasks.Task<TResult>> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Func<'T1, 'T2, 'T3, System.Threading.Tasks.Task<'Result>> -> IDisposable
<Extension()>
Public Function On(Of T1, T2, T3, TResult) (hubConnection As HubConnection, methodName As String, handler As Func(Of T1, T2, T3, Task(Of TResult))) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

T2

Secondo tipo di argomento.

T3

Terzo tipo di argomento.

TResult

Tipo restituito restituito dal gestore.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Func<T1,T2,T3,Task<TResult>>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1,T2,T3,TResult>(HubConnection, String, Func<T1,T2,T3,TResult>)

Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

public static IDisposable On<T1,T2,T3,TResult> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Func<T1,T2,T3,TResult> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Func<'T1, 'T2, 'T3, 'Result> -> IDisposable
<Extension()>
Public Function On(Of T1, T2, T3, TResult) (hubConnection As HubConnection, methodName As String, handler As Func(Of T1, T2, T3, TResult)) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

T2

Secondo tipo di argomento.

T3

Terzo tipo di argomento.

TResult

Tipo restituito restituito dal gestore.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Func<T1,T2,T3,TResult>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1,T2,T3>(HubConnection, String, Func<T1,T2,T3,Task>)

Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

public:
generic <typename T1, typename T2, typename T3>
[System::Runtime::CompilerServices::Extension]
 static IDisposable ^ On(Microsoft::AspNetCore::SignalR::Client::HubConnection ^ hubConnection, System::String ^ methodName, Func<T1, T2, T3, System::Threading::Tasks::Task ^> ^ handler);
public static IDisposable On<T1,T2,T3> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Func<T1,T2,T3,System.Threading.Tasks.Task> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Func<'T1, 'T2, 'T3, System.Threading.Tasks.Task> -> IDisposable
<Extension()>
Public Function On(Of T1, T2, T3) (hubConnection As HubConnection, methodName As String, handler As Func(Of T1, T2, T3, Task)) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

T2

Secondo tipo di argomento.

T3

Terzo tipo di argomento.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Func<T1,T2,T3,Task>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1,T2,T3>(HubConnection, String, Action<T1,T2,T3>)

Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

public:
generic <typename T1, typename T2, typename T3>
[System::Runtime::CompilerServices::Extension]
 static IDisposable ^ On(Microsoft::AspNetCore::SignalR::Client::HubConnection ^ hubConnection, System::String ^ methodName, Action<T1, T2, T3> ^ handler);
public static IDisposable On<T1,T2,T3> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Action<T1,T2,T3> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Action<'T1, 'T2, 'T3> -> IDisposable
<Extension()>
Public Function On(Of T1, T2, T3) (hubConnection As HubConnection, methodName As String, handler As Action(Of T1, T2, T3)) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

T2

Secondo tipo di argomento.

T3

Terzo tipo di argomento.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Action<T1,T2,T3>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1,T2,TResult>(HubConnection, String, Func<T1,T2,TResult>)

Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

public static IDisposable On<T1,T2,TResult> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Func<T1,T2,TResult> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Func<'T1, 'T2, 'Result> -> IDisposable
<Extension()>
Public Function On(Of T1, T2, TResult) (hubConnection As HubConnection, methodName As String, handler As Func(Of T1, T2, TResult)) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

T2

Secondo tipo di argomento.

TResult

Il tipo restituito restituisce il gestore.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Func<T1,T2,TResult>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1,T2,TResult>(HubConnection, String, Func<T1,T2,Task<TResult>>)

Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

public static IDisposable On<T1,T2,TResult> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Func<T1,T2,System.Threading.Tasks.Task<TResult>> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Func<'T1, 'T2, System.Threading.Tasks.Task<'Result>> -> IDisposable
<Extension()>
Public Function On(Of T1, T2, TResult) (hubConnection As HubConnection, methodName As String, handler As Func(Of T1, T2, Task(Of TResult))) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

T2

Secondo tipo di argomento.

TResult

Il tipo restituito restituisce il gestore.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Func<T1,T2,Task<TResult>>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1,T2>(HubConnection, String, Action<T1,T2>)

Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

public:
generic <typename T1, typename T2>
[System::Runtime::CompilerServices::Extension]
 static IDisposable ^ On(Microsoft::AspNetCore::SignalR::Client::HubConnection ^ hubConnection, System::String ^ methodName, Action<T1, T2> ^ handler);
public static IDisposable On<T1,T2> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Action<T1,T2> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Action<'T1, 'T2> -> IDisposable
<Extension()>
Public Function On(Of T1, T2) (hubConnection As HubConnection, methodName As String, handler As Action(Of T1, T2)) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

T2

Secondo tipo di argomento.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Action<T1,T2>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1,T2>(HubConnection, String, Func<T1,T2,Task>)

Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

public:
generic <typename T1, typename T2>
[System::Runtime::CompilerServices::Extension]
 static IDisposable ^ On(Microsoft::AspNetCore::SignalR::Client::HubConnection ^ hubConnection, System::String ^ methodName, Func<T1, T2, System::Threading::Tasks::Task ^> ^ handler);
public static IDisposable On<T1,T2> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Func<T1,T2,System.Threading.Tasks.Task> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Func<'T1, 'T2, System.Threading.Tasks.Task> -> IDisposable
<Extension()>
Public Function On(Of T1, T2) (hubConnection As HubConnection, methodName As String, handler As Func(Of T1, T2, Task)) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

T2

Secondo tipo di argomento.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Func<T1,T2,Task>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1,TResult>(HubConnection, String, Func<T1,TResult>)

Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

public static IDisposable On<T1,TResult> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Func<T1,TResult> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Func<'T1, 'Result> -> IDisposable
<Extension()>
Public Function On(Of T1, TResult) (hubConnection As HubConnection, methodName As String, handler As Func(Of T1, TResult)) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

TResult

Il tipo restituito restituisce il gestore.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Func<T1,TResult>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1,TResult>(HubConnection, String, Func<T1,Task<TResult>>)

Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

public static IDisposable On<T1,TResult> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Func<T1,System.Threading.Tasks.Task<TResult>> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Func<'T1, System.Threading.Tasks.Task<'Result>> -> IDisposable
<Extension()>
Public Function On(Of T1, TResult) (hubConnection As HubConnection, methodName As String, handler As Func(Of T1, Task(Of TResult))) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

TResult

Il tipo restituito restituisce il gestore.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Func<T1,Task<TResult>>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1>(HubConnection, String, Func<T1,Task>)

Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

public:
generic <typename T1>
[System::Runtime::CompilerServices::Extension]
 static IDisposable ^ On(Microsoft::AspNetCore::SignalR::Client::HubConnection ^ hubConnection, System::String ^ methodName, Func<T1, System::Threading::Tasks::Task ^> ^ handler);
public static IDisposable On<T1> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Func<T1,System.Threading.Tasks.Task> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Func<'T1, System.Threading.Tasks.Task> -> IDisposable
<Extension()>
Public Function On(Of T1) (hubConnection As HubConnection, methodName As String, handler As Func(Of T1, Task)) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Func<T1,Task>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<T1>(HubConnection, String, Action<T1>)

Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs
Origine:
HubConnectionExtensions.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato.

public:
generic <typename T1>
[System::Runtime::CompilerServices::Extension]
 static IDisposable ^ On(Microsoft::AspNetCore::SignalR::Client::HubConnection ^ hubConnection, System::String ^ methodName, Action<T1> ^ handler);
public static IDisposable On<T1> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Action<T1> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Action<'T1> -> IDisposable
<Extension()>
Public Function On(Of T1) (hubConnection As HubConnection, methodName As String, handler As Action(Of T1)) As IDisposable

Parametri di tipo

T1

Primo tipo di argomento.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Action<T1>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<TResult>(HubConnection, String, Type[], Func<Object[],Task<TResult>>)

Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

public static IDisposable On<TResult> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Type[] parameterTypes, Func<object?[],System.Threading.Tasks.Task<TResult>> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Type[] * Func<obj[], System.Threading.Tasks.Task<'Result>> -> IDisposable
<Extension()>
Public Function On(Of TResult) (hubConnection As HubConnection, methodName As String, parameterTypes As Type(), handler As Func(Of Object(), Task(Of TResult))) As IDisposable

Parametri di tipo

TResult

Il tipo restituito restituisce il gestore.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

parameterTypes
Type[]

I parametri previsti dal metodo hub.

handler
Func<Object[],Task<TResult>>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<TResult>(HubConnection, String, Func<TResult>)

Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

public static IDisposable On<TResult> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Func<TResult> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Func<'Result> -> IDisposable
<Extension()>
Public Function On(Of TResult) (hubConnection As HubConnection, methodName As String, handler As Func(Of TResult)) As IDisposable

Parametri di tipo

TResult

Il tipo restituito restituisce il gestore.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Func<TResult>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a

On<TResult>(HubConnection, String, Func<Task<TResult>>)

Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs
Origine:
HubConnectionExtensions.OnResult.cs

Registra un gestore che verrà richiamato quando viene richiamato il metodo hub con il nome del metodo specificato. Restituisce il valore restituito dal gestore al server se il server richiede un risultato.

public static IDisposable On<TResult> (this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, Func<System.Threading.Tasks.Task<TResult>> handler);
static member On : Microsoft.AspNetCore.SignalR.Client.HubConnection * string * Func<System.Threading.Tasks.Task<'Result>> -> IDisposable
<Extension()>
Public Function On(Of TResult) (hubConnection As HubConnection, methodName As String, handler As Func(Of Task(Of TResult))) As IDisposable

Parametri di tipo

TResult

Il tipo restituito restituisce il gestore.

Parametri

hubConnection
HubConnection

Connessione dell'hub.

methodName
String

Nome del metodo hub da definire.

handler
Func<Task<TResult>>

Gestore che verrà generato quando viene richiamato il metodo hub.

Restituisce

Sottoscrizione che può essere eliminata per annullare la sottoscrizione dal metodo hub.

Si applica a