ISingleClientProxy Interface

Definition

A proxy abstraction for invoking hub methods on the client and getting a result.

public interface ISingleClientProxy : Microsoft.AspNetCore.SignalR.IClientProxy
type ISingleClientProxy = interface
    interface IClientProxy
Public Interface ISingleClientProxy
Implements IClientProxy
Implements

Methods

InvokeCoreAsync<T>(String, Object[], CancellationToken)

Invokes a method on the connection represented by the ISingleClientProxy instance and waits for a result.

SendCoreAsync(String, Object[], CancellationToken)

Invokes a method on the connection(s) represented by the IClientProxy instance. Does not wait for a response from the receiver.

(Inherited from IClientProxy)

Extension Methods

InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Invokes a method on the connection represented by the ISingleClientProxy instance and waits for a response.

InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Invokes a method on the connection represented by the ISingleClientProxy instance and waits for a response.

InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Invokes a method on the connection represented by the ISingleClientProxy instance and waits for a response.

InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Invokes a method on the connection represented by the ISingleClientProxy instance and waits for a response.

InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, Object, Object, CancellationToken)

Invokes a method on the connection represented by the ISingleClientProxy instance and waits for a response.

InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, Object, CancellationToken)

Invokes a method on the connection represented by the ISingleClientProxy instance and waits for a response.

InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, Object, CancellationToken)

Invokes a method on the connection represented by the ISingleClientProxy instance and waits for a response.

InvokeAsync<T>(ISingleClientProxy, String, Object, Object, Object, CancellationToken)

Invokes a method on the connection represented by the ISingleClientProxy instance and waits for a response.

InvokeAsync<T>(ISingleClientProxy, String, Object, Object, CancellationToken)

Invokes a method on the connection represented by the ISingleClientProxy instance and waits for a response.

InvokeAsync<T>(ISingleClientProxy, String, Object, CancellationToken)

Invokes a method on the connection represented by the ISingleClientProxy instance and waits for a response.

InvokeAsync<T>(ISingleClientProxy, String, CancellationToken)

Invokes a method on the connection represented by the ISingleClientProxy instance and waits for a response.

SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Invokes a method on the connection(s) represented by the IClientProxy instance. Does not wait for a response from the receiver.

SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Invokes a method on the connection(s) represented by the IClientProxy instance. Does not wait for a response from the receiver.

SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Invokes a method on the connection(s) represented by the IClientProxy instance. Does not wait for a response from the receiver.

SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, Object, CancellationToken)

Invokes a method on the connection(s) represented by the IClientProxy instance. Does not wait for a response from the receiver.

SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, Object, CancellationToken)

Invokes a method on the connection(s) represented by the IClientProxy instance. Does not wait for a response from the receiver.

SendAsync(IClientProxy, String, Object, Object, Object, Object, Object, CancellationToken)

Invokes a method on the connection(s) represented by the IClientProxy instance. Does not wait for a response from the receiver.

SendAsync(IClientProxy, String, Object, Object, Object, Object, CancellationToken)

Invokes a method on the connection(s) represented by the IClientProxy instance. Does not wait for a response from the receiver.

SendAsync(IClientProxy, String, Object, Object, Object, CancellationToken)

Invokes a method on the connection(s) represented by the IClientProxy instance. Does not wait for a response from the receiver.

SendAsync(IClientProxy, String, Object, Object, CancellationToken)

Invokes a method on the connection(s) represented by the IClientProxy instance. Does not wait for a response from the receiver.

SendAsync(IClientProxy, String, Object, CancellationToken)

Invokes a method on the connection(s) represented by the IClientProxy instance. Does not wait for a response from the receiver.

SendAsync(IClientProxy, String, CancellationToken)

Invokes a method on the connection(s) represented by the IClientProxy instance. Does not wait for a response from the receiver.

Applies to