Class HubClientProxyExtensions
Inheritance
HubClientProxyExtensions
Assembly: Singulink.Net.Http.Api.Service.dll
Syntax
public static class HubClientProxyExtensions
Methods
| Name |
Description |
|
InvokeAsync<TResult>(ISingleClientProxy, HubMethod<TResult>, CancellationToken)
|
Invokes a method on the client and returns its result.
|
|
InvokeAsync<T1, TResult>(ISingleClientProxy, HubMethod<T1, TResult>, T1, CancellationToken)
|
Invokes a method with the specified argument on the client and returns its result.
|
|
InvokeAsync<T1, T2, TResult>(ISingleClientProxy, HubMethod<T1, T2, TResult>, T1, T2, CancellationToken)
|
Invokes a method with the specified arguments on the client and returns its result.
|
|
InvokeAsync<T1, T2, T3, TResult>(ISingleClientProxy, HubMethod<T1, T2, T3, TResult>, T1, T2, T3, CancellationToken)
|
Invokes a method with the specified arguments on the client and returns its result.
|
|
SendAsync(IClientProxy, HubMessage, CancellationToken)
|
Sends a message to the clients.
|
|
SendAsync<T1>(IClientProxy, HubMessage<T1>, T1, CancellationToken)
|
Sends a message with the specified argument to the clients.
|
|
SendAsync<T1, T2>(IClientProxy, HubMessage<T1, T2>, T1, T2, CancellationToken)
|
Sends a message with the specified arguments to the clients.
|
|
SendAsync<T1, T2, T3>(IClientProxy, HubMessage<T1, T2, T3>, T1, T2, T3, CancellationToken)
|
Sends a message with the specified arguments to the clients.
|
|
SendAsync<T1, T2, T3, T4>(IClientProxy, HubMessage<T1, T2, T3, T4>, T1, T2, T3, T4, CancellationToken)
|
Sends a message with the specified arguments to the clients.
|