IHubCallerClients<T> Interface

Definition

An abstraction that provides access to client connections, including the one that sent the current invocation.

generic <typename T>
public interface class IHubCallerClients : Microsoft::AspNetCore::SignalR::IHubClients<T>
public interface IHubCallerClients<T> : Microsoft.AspNetCore.SignalR.IHubClients<T>
type IHubCallerClients<'T> = interface
    interface IHubClients<'T>
Public Interface IHubCallerClients(Of T)
Implements IHubClients(Of T)

Type Parameters

T

The client caller type.

Derived
Implements

Properties

All

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

(Inherited from IHubClients<T>)
Caller

Gets a caller to the connection which triggered the current invocation.

Others

Gets a caller to all connections except the one which triggered the current invocation.

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 T that can be used to invoke methods on the specified client connection.

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

Gets a caller to all connections in the specified group, except the one which triggered the current invocation.

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