ClientProxyExtensions Class

Definition

Extension methods for IClientProxy.

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

Methods

InvokeAsync<T>(ISingleClientProxy, String, 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, 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, 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, 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, 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, Object, Object, CancellationToken)

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

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.

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, 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, 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, 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, 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, Object, Object, CancellationToken)

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

Applies to