Share via


HubConnectionExtensions Classe

Definizione

Metodi di estensione per HubConnectionExtensions.

public ref class HubConnectionExtensions abstract sealed
public static class HubConnectionExtensions
type HubConnectionExtensions = class
Public Module HubConnectionExtensions
Ereditarietà
HubConnectionExtensions

Metodi

InvokeAsync(HubConnection, String, CancellationToken)

Richiama un metodo hub nel server usando il nome del metodo specificato.

InvokeAsync(HubConnection, String, Object, CancellationToken)

Richiama un metodo hub nel server usando il nome e l'argomento del metodo specificati.

InvokeAsync(HubConnection, String, Object, Object, CancellationToken)

Richiama un metodo hub nel server usando il nome e gli argomenti del metodo specificati.

InvokeAsync(HubConnection, String, Object, Object, Object, CancellationToken)

Richiama un metodo hub nel server usando il nome e gli argomenti del metodo specificati.

InvokeAsync(HubConnection, String, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub nel server usando il nome e gli argomenti del metodo specificati.

InvokeAsync(HubConnection, String, Object, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub nel server usando il nome e gli argomenti del metodo specificati.

InvokeAsync(HubConnection, String, Object, Object, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub nel server usando il nome e gli argomenti del metodo specificati.

InvokeAsync(HubConnection, String, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub nel server usando il nome e gli argomenti del metodo specificati.

InvokeAsync(HubConnection, String, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub nel server usando il nome e gli argomenti del metodo specificati.

InvokeAsync(HubConnection, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub nel server usando il nome e gli argomenti del metodo specificati.

InvokeAsync(HubConnection, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub nel server usando il nome e gli argomenti del metodo specificati.

InvokeAsync<TResult>(HubConnection, String, CancellationToken)

Richiama un metodo hub nel server usando il nome del metodo specificato.

InvokeAsync<TResult>(HubConnection, String, Object, CancellationToken)

Richiama un metodo hub nel server usando il nome e l'argomento del metodo specificati.

InvokeAsync<TResult>(HubConnection, String, Object, Object, CancellationToken)

Richiama un metodo hub nel server usando il nome e gli argomenti del metodo specificati.

InvokeAsync<TResult>(HubConnection, String, Object, Object, Object, CancellationToken)

Richiama un metodo hub nel server usando il nome e gli argomenti del metodo specificati.

InvokeAsync<TResult>(HubConnection, String, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub nel server usando il nome e gli argomenti del metodo specificati.

InvokeAsync<TResult>(HubConnection, String, Object, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub nel server usando il nome e gli argomenti del metodo specificati.

InvokeAsync<TResult>(HubConnection, String, Object, Object, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub nel server usando il nome e gli argomenti del metodo specificati.

InvokeAsync<TResult>(HubConnection, String, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub nel server usando il nome e gli argomenti del metodo specificati.

InvokeAsync<TResult>(HubConnection, String, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub nel server usando il nome e gli argomenti del metodo specificati.

InvokeAsync<TResult>(HubConnection, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub nel server usando il nome e gli argomenti del metodo specificati.

InvokeAsync<TResult>(HubConnection, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub nel server usando il nome e gli argomenti del metodo specificati.

InvokeCoreAsync(HubConnection, String, Object[], CancellationToken)

Richiama un metodo hub nel server usando il nome e gli argomenti del metodo specificati.

InvokeCoreAsync<TResult>(HubConnection, String, Object[], CancellationToken)

Richiama un metodo hub nel server usando il nome e gli argomenti del metodo specificati.

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,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,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>(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, 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,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,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,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>(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,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,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,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>(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,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,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, 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,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,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, 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,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,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,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>(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,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,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>(HubConnection, String, Action<T1>)

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

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<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<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, 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.

SendAsync(HubConnection, String, CancellationToken)

Richiama un metodo hub nel server usando il nome del metodo specificato. Non attende una risposta dal ricevitore.

SendAsync(HubConnection, String, Object, CancellationToken)

Richiama un metodo hub nel server usando il nome e l'argomento del metodo specificati. Non attende una risposta dal ricevitore.

SendAsync(HubConnection, String, Object, Object, CancellationToken)

Richiama un metodo hub nel server usando il nome e gli argomenti del metodo specificati. Non attende una risposta dal ricevitore.

SendAsync(HubConnection, String, Object, Object, Object, CancellationToken)

Richiama un metodo hub nel server usando il nome e gli argomenti del metodo specificati. Non attende una risposta dal ricevitore.

SendAsync(HubConnection, String, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub nel server usando il nome e gli argomenti del metodo specificati. Non attende una risposta dal ricevitore.

SendAsync(HubConnection, String, Object, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub nel server usando il nome e gli argomenti del metodo specificati. Non attende una risposta dal ricevitore.

SendAsync(HubConnection, String, Object, Object, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub nel server usando il nome e gli argomenti del metodo specificati. Non attende una risposta dal ricevitore.

SendAsync(HubConnection, String, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub nel server usando il nome e gli argomenti del metodo specificati. Non attende una risposta dal ricevitore.

SendAsync(HubConnection, String, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub nel server usando il nome e gli argomenti del metodo specificati. Non attende una risposta dal ricevitore.

SendAsync(HubConnection, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub nel server usando il nome e gli argomenti del metodo specificati. Non attende una risposta dal ricevitore.

SendAsync(HubConnection, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub nel server usando il nome e gli argomenti del metodo specificati. Non attende una risposta dal ricevitore.

StreamAsChannelAsync<TResult>(HubConnection, String, CancellationToken)

Richiama un metodo hub di streaming nel server usando il nome del metodo e il tipo restituito specificati.

StreamAsChannelAsync<TResult>(HubConnection, String, Object, CancellationToken)

Richiama un metodo hub di streaming nel server usando il nome del metodo specificato, il tipo restituito e l'argomento.

StreamAsChannelAsync<TResult>(HubConnection, String, Object, Object, CancellationToken)

Richiama un metodo hub di streaming nel server usando il nome del metodo specificato, il tipo restituito e gli argomenti.

StreamAsChannelAsync<TResult>(HubConnection, String, Object, Object, Object, CancellationToken)

Richiama un metodo hub di streaming nel server usando il nome del metodo specificato, il tipo restituito e gli argomenti.

StreamAsChannelAsync<TResult>(HubConnection, String, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub di streaming nel server usando il nome del metodo specificato, il tipo restituito e gli argomenti.

StreamAsChannelAsync<TResult>(HubConnection, String, Object, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub di streaming nel server usando il nome del metodo specificato, il tipo restituito e gli argomenti.

StreamAsChannelAsync<TResult>(HubConnection, String, Object, Object, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub di streaming nel server usando il nome del metodo specificato, il tipo restituito e gli argomenti.

StreamAsChannelAsync<TResult>(HubConnection, String, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub di streaming nel server usando il nome del metodo specificato, il tipo restituito e gli argomenti.

StreamAsChannelAsync<TResult>(HubConnection, String, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub di streaming nel server usando il nome del metodo specificato, il tipo restituito e gli argomenti.

StreamAsChannelAsync<TResult>(HubConnection, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub di streaming nel server usando il nome del metodo specificato, il tipo restituito e gli argomenti.

StreamAsChannelAsync<TResult>(HubConnection, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub di streaming nel server usando il nome del metodo specificato, il tipo restituito e gli argomenti.

StreamAsChannelCoreAsync<TResult>(HubConnection, String, Object[], CancellationToken)

Richiama un metodo hub di streaming nel server usando il nome del metodo specificato, il tipo restituito e gli argomenti.

StreamAsync<TResult>(HubConnection, String, CancellationToken)

Richiama un metodo hub di streaming nel server usando il nome del metodo e il tipo restituito specificati.

StreamAsync<TResult>(HubConnection, String, Object, CancellationToken)

Richiama un metodo hub di streaming nel server usando il nome del metodo specificato, il tipo restituito e l'argomento.

StreamAsync<TResult>(HubConnection, String, Object, Object, CancellationToken)

Richiama un metodo hub di streaming nel server usando il nome del metodo specificato, il tipo restituito e l'argomento.

StreamAsync<TResult>(HubConnection, String, Object, Object, Object, CancellationToken)

Richiama un metodo hub di streaming nel server usando il nome del metodo specificato, il tipo restituito e l'argomento.

StreamAsync<TResult>(HubConnection, String, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub di streaming nel server usando il nome del metodo specificato, il tipo restituito e l'argomento.

StreamAsync<TResult>(HubConnection, String, Object, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub di streaming nel server usando il nome del metodo specificato, il tipo restituito e l'argomento.

StreamAsync<TResult>(HubConnection, String, Object, Object, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub di streaming nel server usando il nome del metodo specificato, il tipo restituito e l'argomento.

StreamAsync<TResult>(HubConnection, String, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub di streaming nel server usando il nome del metodo specificato, il tipo restituito e l'argomento.

StreamAsync<TResult>(HubConnection, String, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub di streaming nel server usando il nome del metodo specificato, il tipo restituito e l'argomento.

StreamAsync<TResult>(HubConnection, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub di streaming nel server usando il nome del metodo specificato, il tipo restituito e l'argomento.

StreamAsync<TResult>(HubConnection, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Richiama un metodo hub di streaming nel server usando il nome del metodo specificato, il tipo restituito e l'argomento.

Si applica a