IClientProxy Interface

Definition

A proxy abstraction for invoking hub methods.

public interface class IClientProxy
public interface IClientProxy
type IClientProxy = interface
Public Interface IClientProxy
Derived

Methods

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.

Extension Methods

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