IHubClients Interface

Definition

An abstraction that provides access to client connections.

public interface class IHubClients : Microsoft::AspNetCore::SignalR::IHubClients<Microsoft::AspNetCore::SignalR::IClientProxy ^>
public interface IHubClients : Microsoft.AspNetCore.SignalR.IHubClients<Microsoft.AspNetCore.SignalR.IClientProxy>
type IHubClients = interface
    interface IHubClients<IClientProxy>
Public Interface IHubClients
Implements IHubClients(Of IClientProxy)
Implements

Properties

All

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

(Inherited from IHubClients<T>)

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.

(Inherited from IHubClients<T>)
Client(String)

Gets a proxy that can be used to invoke methods on a single client connected to the hub and receive results.

Clients(IReadOnlyList<String>)

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

(Inherited from IHubClients<T>)
Group(String)

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

(Inherited from IHubClients<T>)
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.

(Inherited from IHubClients<T>)
Groups(IReadOnlyList<String>)

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

(Inherited from IHubClients<T>)
User(String)

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

(Inherited from IHubClients<T>)
Users(IReadOnlyList<String>)

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

(Inherited from IHubClients<T>)

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