IHubClients<T> Interface

Definition

An abstraction that provides access to client connections.

generic <typename T>
public interface class IHubClients
public interface IHubClients<T>
type IHubClients<'T> = interface
Public Interface IHubClients(Of T)

Type Parameters

T

The client invoker type.

Derived

Properties

All

Gets a T that can be used to invoke methods on all clients connected to the hub.

Methods

AllExcept(IReadOnlyList<String>)

Gets a T that can be used to invoke methods on all clients connected to the hub excluding the specified client connections.

Client(String)

Gets a T that can be used to invoke methods on the specified client connection.

Clients(IReadOnlyList<String>)

Gets a T that can be used to invoke methods on the specified client connections.

Group(String)

Gets a T that can be used to invoke methods on all connections in the specified group.

GroupExcept(String, IReadOnlyList<String>)

Gets a T that can be used to invoke methods on all connections in the specified group excluding the specified connections.

Groups(IReadOnlyList<String>)

Gets a T that can be used to invoke methods on all connections in all of the specified groups.

User(String)

Gets a T that can be used to invoke methods on all connections associated with the specified user.

Users(IReadOnlyList<String>)

Gets a T that can be used to invoke methods on all connections associated with all of the specified users.

Extension Methods

AllExcept<T>(IHubClients<T>, IEnumerable<String>)

Gets a T that can be used to invoke methods on all clients connected to the hub excluding the specified connections.

AllExcept<T>(IHubClients<T>, String)

Gets a T that can be used to invoke methods on all clients connected to the hub excluding the specified connection.

AllExcept<T>(IHubClients<T>, String, String)

Gets a T that can be used to invoke methods on all clients connected to the hub excluding the specified connections.

AllExcept<T>(IHubClients<T>, String, String, String)

Gets a T that can be used to invoke methods on all clients connected to the hub excluding the specified connections.

AllExcept<T>(IHubClients<T>, String, String, String, String)

Gets a T that can be used to invoke methods on all clients connected to the hub excluding the specified connections.

AllExcept<T>(IHubClients<T>, String, String, String, String, String)

Gets a T that can be used to invoke methods on all clients connected to the hub excluding the specified connections.

AllExcept<T>(IHubClients<T>, String, String, String, String, String, String)

Gets a T that can be used to invoke methods on all clients connected to the hub excluding the specified connections.

AllExcept<T>(IHubClients<T>, String, String, String, String, String, String, String)

Gets a T that can be used to invoke methods on all clients connected to the hub excluding the specified connections.

AllExcept<T>(IHubClients<T>, String, String, String, String, String, String, String, String)

Gets a T that can be used to invoke methods on all clients connected to the hub excluding the specified connections.

Clients<T>(IHubClients<T>, IEnumerable<String>)

Gets a T that can be used to invoke methods on the specified connections.

Clients<T>(IHubClients<T>, String)

Gets a T that can be used to invoke methods on the specified connections.

Clients<T>(IHubClients<T>, String, String)

Gets a T that can be used to invoke methods on the specified connections.

Clients<T>(IHubClients<T>, String, String, String)

Gets a T that can be used to invoke methods on the specified connections.

Clients<T>(IHubClients<T>, String, String, String, String)

Gets a T that can be used to invoke methods on the specified connections.

Clients<T>(IHubClients<T>, String, String, String, String, String)

Gets a T that can be used to invoke methods on the specified connections.

Clients<T>(IHubClients<T>, String, String, String, String, String, String)

Gets a T that can be used to invoke methods on the specified connections.

Clients<T>(IHubClients<T>, String, String, String, String, String, String, String)

Gets a T that can be used to invoke methods on the specified connections.

Clients<T>(IHubClients<T>, String, String, String, String, String, String, String, String)

Gets a T that can be used to invoke methods on the specified connections.

GroupExcept<T>(IHubClients<T>, String, IEnumerable<String>)

Gets a T that can be used to invoke methods on all connections in the specified group excluding the specified connections.

GroupExcept<T>(IHubClients<T>, String, String)

Gets a T that can be used to invoke methods on all connections in the specified group excluding the specified connections.

GroupExcept<T>(IHubClients<T>, String, String, String)

Gets a T that can be used to invoke methods on all connections in the specified group excluding the specified connections.

GroupExcept<T>(IHubClients<T>, String, String, String, String)

Gets a T that can be used to invoke methods on all connections in the specified group excluding the specified connections.

GroupExcept<T>(IHubClients<T>, String, String, String, String, String)

Gets a T that can be used to invoke methods on all connections in the specified group excluding the specified connections.

GroupExcept<T>(IHubClients<T>, String, String, String, String, String, String)

Gets a T that can be used to invoke methods on all connections in the specified group excluding the specified connections.

GroupExcept<T>(IHubClients<T>, String, String, String, String, String, String, String)

Gets a T that can be used to invoke methods on all connections in the specified group excluding the specified connections.

GroupExcept<T>(IHubClients<T>, String, String, String, String, String, String, String, String)

Gets a T that can be used to invoke methods on all connections in the specified group excluding the specified connections.

GroupExcept<T>(IHubClients<T>, String, String, String, String, String, String, String, String, String)

Gets a T that can be used to invoke methods on all connections in the specified group excluding the specified connections.

Groups<T>(IHubClients<T>, IEnumerable<String>)

Gets a T that can be used to invoke methods on all connections in all of the specified groups.

Groups<T>(IHubClients<T>, String)

Gets a T that can be used to invoke methods on all connections in all of the specified groups.

Groups<T>(IHubClients<T>, String, String)

Gets a T that can be used to invoke methods on all connections in all of the specified groups.

Groups<T>(IHubClients<T>, String, String, String)

Gets a T that can be used to invoke methods on all connections in all of the specified groups.

Groups<T>(IHubClients<T>, String, String, String, String)

Gets a T that can be used to invoke methods on all connections in all of the specified groups.

Groups<T>(IHubClients<T>, String, String, String, String, String)

Gets a T that can be used to invoke methods on all connections in all of the specified groups.

Groups<T>(IHubClients<T>, String, String, String, String, String, String)

Gets a T that can be used to invoke methods on all connections in all of the specified groups.

Groups<T>(IHubClients<T>, String, String, String, String, String, String, String)

Gets a T that can be used to invoke methods on all connections in all of the specified groups.

Groups<T>(IHubClients<T>, String, String, String, String, String, String, String, String)

Gets a T that can be used to invoke methods on all connections in all of the specified groups.

Users<T>(IHubClients<T>, IEnumerable<String>)

Gets a T that can be used to invoke methods on all connections associated with all of the specified users.

Users<T>(IHubClients<T>, String)

Gets a T that can be used to invoke methods on all connections associated with all of the specified users.

Users<T>(IHubClients<T>, String, String)

Gets a T that can be used to invoke methods on all connections associated with all of the specified users.

Users<T>(IHubClients<T>, String, String, String)

Gets a T that can be used to invoke methods on all connections associated with all of the specified users.

Users<T>(IHubClients<T>, String, String, String, String)

Gets a T that can be used to invoke methods on all connections associated with all of the specified users.

Users<T>(IHubClients<T>, String, String, String, String, String)

Gets a T that can be used to invoke methods on all connections associated with all of the specified users.

Users<T>(IHubClients<T>, String, String, String, String, String, String)

Gets a T that can be used to invoke methods on all connections associated with all of the specified users.

Users<T>(IHubClients<T>, String, String, String, String, String, String, String)

Gets a T that can be used to invoke methods on all connections associated with all of the specified users.

Users<T>(IHubClients<T>, String, String, String, String, String, String, String, String)

Gets a T that can be used to invoke methods on all connections associated with all of the specified users.

Applies to