IHubCallerClients Interface

Definition

A clients caller abstraction for a hub.

public interface class IHubCallerClients : Microsoft::AspNetCore::SignalR::IHubCallerClients<Microsoft::AspNetCore::SignalR::IClientProxy ^>, Microsoft::AspNetCore::SignalR::IHubClients<Microsoft::AspNetCore::SignalR::IClientProxy ^>
public interface IHubCallerClients : Microsoft.AspNetCore.SignalR.IHubCallerClients<Microsoft.AspNetCore.SignalR.IClientProxy>, Microsoft.AspNetCore.SignalR.IHubClients<Microsoft.AspNetCore.SignalR.IClientProxy>
type IHubCallerClients = interface
    interface IHubCallerClients<IClientProxy>
    interface IHubClients<IClientProxy>
Public Interface IHubCallerClients
Implements IHubCallerClients(Of IClientProxy), 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>)
Caller

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

Others

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

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

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

(Inherited from IHubCallerClients<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