Ejemplo n.º 1
0
 public static System.Threading.Tasks.Task <System.Threading.Channels.ChannelReader <TResult> > StreamAsChannelCoreAsync <TResult>(this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, object[] args, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
 public static System.Threading.Tasks.Task InvokeAsync(this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, object arg1, object arg2, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
Ejemplo n.º 3
0
 public static System.IDisposable On <T1, T2, T3, T4, T5, T6, T7, T8>(this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, System.Func <T1, T2, T3, T4, T5, T6, T7, T8, System.Threading.Tasks.Task> handler)
 {
     throw null;
 }
Ejemplo n.º 4
0
 public static System.IDisposable On <T1, T2, T3, T4, T5, T6, T7>(this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, System.Action <T1, T2, T3, T4, T5, T6, T7> handler)
 {
     throw null;
 }
Ejemplo n.º 5
0
 public static System.IDisposable On(this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, System.Type[] parameterTypes, System.Func <object[], System.Threading.Tasks.Task> handler)
 {
     throw null;
 }
Ejemplo n.º 6
0
 public static System.Threading.Tasks.Task <TResult> InvokeAsync <TResult>(this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, object arg1, object arg2, object arg3, object arg4, object arg5, object arg6, object arg7, object arg8, object arg9, object arg10, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
Ejemplo n.º 7
0
 public static System.Collections.Generic.IAsyncEnumerable <TResult> StreamAsync <TResult>(this Microsoft.AspNetCore.SignalR.Client.HubConnection hubConnection, string methodName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }