HubConnectionExtensions Class

Definition

Extension methods for HubConnectionExtensions.

public ref class HubConnectionExtensions abstract sealed
public static class HubConnectionExtensions
type HubConnectionExtensions = class
Public Module HubConnectionExtensions
Inheritance
HubConnectionExtensions

Methods

InvokeAsync(HubConnection, String, CancellationToken)

Invokes a hub method on the server using the specified method name.

InvokeAsync(HubConnection, String, Object, CancellationToken)

Invokes a hub method on the server using the specified method name and argument.

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

Invokes a hub method on the server using the specified method name and arguments.

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

Invokes a hub method on the server using the specified method name and arguments.

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

Invokes a hub method on the server using the specified method name and arguments.

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

Invokes a hub method on the server using the specified method name and arguments.

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

Invokes a hub method on the server using the specified method name and arguments.

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

Invokes a hub method on the server using the specified method name and arguments.

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

Invokes a hub method on the server using the specified method name and arguments.

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

Invokes a hub method on the server using the specified method name and arguments.

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

Invokes a hub method on the server using the specified method name and arguments.

InvokeAsync<TResult>(HubConnection, String, CancellationToken)

Invokes a hub method on the server using the specified method name.

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

Invokes a hub method on the server using the specified method name and argument.

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

Invokes a hub method on the server using the specified method name and arguments.

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

Invokes a hub method on the server using the specified method name and arguments.

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

Invokes a hub method on the server using the specified method name and arguments.

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

Invokes a hub method on the server using the specified method name and arguments.

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

Invokes a hub method on the server using the specified method name and arguments.

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

Invokes a hub method on the server using the specified method name and arguments.

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

Invokes a hub method on the server using the specified method name and arguments.

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

Invokes a hub method on the server using the specified method name and arguments.

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

Invokes a hub method on the server using the specified method name and arguments.

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

Invokes a hub method on the server using the specified method name and arguments.

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

Invokes a hub method on the server using the specified method name and arguments.

On(HubConnection, String, Action)

Registers a handler that will be invoked when the hub method with the specified method name is invoked.

On(HubConnection, String, Func<Task>)

Registers a handler that will be invoked when the hub method with the specified method name is invoked.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked. Returns value returned by handler to server if the server requests a result.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked. Returns value returned by handler to server if the server requests a result.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked. Returns value returned by handler to server if the server requests a result.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked. Returns value returned by handler to server if the server requests a result.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked. Returns value returned by handler to server if the server requests a result.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked. Returns value returned by handler to server if the server requests a result.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked. Returns value returned by handler to server if the server requests a result.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked. Returns value returned by handler to server if the server requests a result.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked. Returns value returned by handler to server if the server requests a result.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked. Returns value returned by handler to server if the server requests a result.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked. Returns value returned by handler to server if the server requests a result.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked. Returns value returned by handler to server if the server requests a result.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked. Returns value returned by handler to server if the server requests a result.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked. Returns value returned by handler to server if the server requests a result.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked. Returns value returned by handler to server if the server requests a result.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked. Returns value returned by handler to server if the server requests a result.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked. Returns value returned by handler to server if the server requests a result.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked. Returns value returned by handler to server if the server requests a result.

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

Registers a handler that will be invoked when the hub method with the specified method name is invoked. Returns value returned by handler to server if the server requests a result.

SendAsync(HubConnection, String, CancellationToken)

Invokes a hub method on the server using the specified method name. Does not wait for a response from the receiver.

SendAsync(HubConnection, String, Object, CancellationToken)

Invokes a hub method on the server using the specified method name and argument. Does not wait for a response from the receiver.

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

Invokes a hub method on the server using the specified method name and arguments. Does not wait for a response from the receiver.

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

Invokes a hub method on the server using the specified method name and arguments. Does not wait for a response from the receiver.

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

Invokes a hub method on the server using the specified method name and arguments. Does not wait for a response from the receiver.

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

Invokes a hub method on the server using the specified method name and arguments. Does not wait for a response from the receiver.

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

Invokes a hub method on the server using the specified method name and arguments. Does not wait for a response from the receiver.

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

Invokes a hub method on the server using the specified method name and arguments. Does not wait for a response from the receiver.

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

Invokes a hub method on the server using the specified method name and arguments. Does not wait for a response from the receiver.

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

Invokes a hub method on the server using the specified method name and arguments. Does not wait for a response from the receiver.

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

Invokes a hub method on the server using the specified method name and arguments. Does not wait for a response from the receiver.

StreamAsChannelAsync<TResult>(HubConnection, String, CancellationToken)

Invokes a streaming hub method on the server using the specified method name and return type.

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

Invokes a streaming hub method on the server using the specified method name, return type and argument.

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

Invokes a streaming hub method on the server using the specified method name, return type and arguments.

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

Invokes a streaming hub method on the server using the specified method name, return type and arguments.

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

Invokes a streaming hub method on the server using the specified method name, return type and arguments.

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

Invokes a streaming hub method on the server using the specified method name, return type and arguments.

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

Invokes a streaming hub method on the server using the specified method name, return type and arguments.

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

Invokes a streaming hub method on the server using the specified method name, return type and arguments.

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

Invokes a streaming hub method on the server using the specified method name, return type and arguments.

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

Invokes a streaming hub method on the server using the specified method name, return type and arguments.

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

Invokes a streaming hub method on the server using the specified method name, return type and arguments.

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

Invokes a streaming hub method on the server using the specified method name, return type and arguments.

StreamAsync<TResult>(HubConnection, String, CancellationToken)

Invokes a streaming hub method on the server using the specified method name and return type.

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

Invokes a streaming hub method on the server using the specified method name, return type and argument.

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

Invokes a streaming hub method on the server using the specified method name, return type and argument.

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

Invokes a streaming hub method on the server using the specified method name, return type and argument.

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

Invokes a streaming hub method on the server using the specified method name, return type and argument.

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

Invokes a streaming hub method on the server using the specified method name, return type and argument.

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

Invokes a streaming hub method on the server using the specified method name, return type and argument.

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

Invokes a streaming hub method on the server using the specified method name, return type and argument.

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

Invokes a streaming hub method on the server using the specified method name, return type and argument.

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

Invokes a streaming hub method on the server using the specified method name, return type and argument.

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

Invokes a streaming hub method on the server using the specified method name, return type and argument.

Applies to