HubClientsExtensions.Users Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Users<T>(IHubClients<T>, String, String, String, String, String, String, String) |
Gets a |
Users<T>(IHubClients<T>, IEnumerable<String>) |
Gets a |
Users<T>(IHubClients<T>, String) |
Gets a |
Users<T>(IHubClients<T>, String, String) |
Gets a |
Users<T>(IHubClients<T>, String, String, String) |
Gets a |
Users<T>(IHubClients<T>, String, String, String, String) |
Gets a |
Users<T>(IHubClients<T>, String, String, String, String, String) |
Gets a |
Users<T>(IHubClients<T>, String, String, String, String, String, String) |
Gets a |
Users<T>(IHubClients<T>, String, String, String, String, String, String, String, String) |
Gets a |
Users<T>(IHubClients<T>, String, String, String, String, String, String, String)
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
Gets a T
that can be used to invoke methods on all connections associated with all of the specified users.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T Users(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ user1, System::String ^ user2, System::String ^ user3, System::String ^ user4, System::String ^ user5, System::String ^ user6, System::String ^ user7);
public static T Users<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string user1, string user2, string user3, string user4, string user5, string user6, string user7);
static member Users : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string * string * string * string -> 'T
<Extension()>
Public Function Users(Of T) (hubClients As IHubClients(Of T), user1 As String, user2 As String, user3 As String, user4 As String, user5 As String, user6 As String, user7 As String) As T
Type Parameters
- T
Parameters
- hubClients
- IHubClients<T>
The abstraction that provides access to connections.
- user1
- String
The first user to include.
- user2
- String
The second user to include.
- user3
- String
The third user to include.
- user4
- String
The fourth user to include.
- user5
- String
The fifth user to include.
- user6
- String
The sixth user to include.
- user7
- String
The seventh user to include.
Returns
A T
representing the methods that can be invoked on the clients.
Applies to
Users<T>(IHubClients<T>, IEnumerable<String>)
- Source:
- HubClientsExtensions.cs
Gets a T
that can be used to invoke methods on all connections associated with all of the specified users.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T Users(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::Collections::Generic::IEnumerable<System::String ^> ^ userIds);
public static T Users<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, System.Collections.Generic.IEnumerable<string> userIds);
static member Users : Microsoft.AspNetCore.SignalR.IHubClients<'T> * seq<string> -> 'T
<Extension()>
Public Function Users(Of T) (hubClients As IHubClients(Of T), userIds As IEnumerable(Of String)) As T
Type Parameters
- T
Parameters
- hubClients
- IHubClients<T>
The abstraction that provides access to connections.
- userIds
- IEnumerable<String>
The user IDs.
Returns
A T
representing the methods that can be invoked on the clients.
Applies to
Users<T>(IHubClients<T>, String)
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
Gets a T
that can be used to invoke methods on all connections associated with all of the specified users.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T Users(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ user1);
public static T Users<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string user1);
static member Users : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string -> 'T
<Extension()>
Public Function Users(Of T) (hubClients As IHubClients(Of T), user1 As String) As T
Type Parameters
- T
Parameters
- hubClients
- IHubClients<T>
The abstraction that provides access to connections.
- user1
- String
The first user to include.
Returns
A T
representing the methods that can be invoked on the clients.
Applies to
Users<T>(IHubClients<T>, String, String)
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
Gets a T
that can be used to invoke methods on all connections associated with all of the specified users.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T Users(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ user1, System::String ^ user2);
public static T Users<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string user1, string user2);
static member Users : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string -> 'T
<Extension()>
Public Function Users(Of T) (hubClients As IHubClients(Of T), user1 As String, user2 As String) As T
Type Parameters
- T
Parameters
- hubClients
- IHubClients<T>
The abstraction that provides access to connections.
- user1
- String
The first user to include.
- user2
- String
The second user to include.
Returns
A T
representing the methods that can be invoked on the clients.
Applies to
Users<T>(IHubClients<T>, String, String, String)
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
Gets a T
that can be used to invoke methods on all connections associated with all of the specified users.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T Users(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ user1, System::String ^ user2, System::String ^ user3);
public static T Users<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string user1, string user2, string user3);
static member Users : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string -> 'T
<Extension()>
Public Function Users(Of T) (hubClients As IHubClients(Of T), user1 As String, user2 As String, user3 As String) As T
Type Parameters
- T
Parameters
- hubClients
- IHubClients<T>
The abstraction that provides access to connections.
- user1
- String
The first user to include.
- user2
- String
The second user to include.
- user3
- String
The third user to include.
Returns
A T
representing the methods that can be invoked on the clients.
Applies to
Users<T>(IHubClients<T>, String, String, String, String)
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
Gets a T
that can be used to invoke methods on all connections associated with all of the specified users.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T Users(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ user1, System::String ^ user2, System::String ^ user3, System::String ^ user4);
public static T Users<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string user1, string user2, string user3, string user4);
static member Users : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string -> 'T
<Extension()>
Public Function Users(Of T) (hubClients As IHubClients(Of T), user1 As String, user2 As String, user3 As String, user4 As String) As T
Type Parameters
- T
Parameters
- hubClients
- IHubClients<T>
The abstraction that provides access to connections.
- user1
- String
The first user to include.
- user2
- String
The second user to include.
- user3
- String
The third user to include.
- user4
- String
The fourth user to include.
Returns
A T
representing the methods that can be invoked on the clients.
Applies to
Users<T>(IHubClients<T>, String, String, String, String, String)
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
Gets a T
that can be used to invoke methods on all connections associated with all of the specified users.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T Users(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ user1, System::String ^ user2, System::String ^ user3, System::String ^ user4, System::String ^ user5);
public static T Users<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string user1, string user2, string user3, string user4, string user5);
static member Users : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string * string -> 'T
<Extension()>
Public Function Users(Of T) (hubClients As IHubClients(Of T), user1 As String, user2 As String, user3 As String, user4 As String, user5 As String) As T
Type Parameters
- T
Parameters
- hubClients
- IHubClients<T>
The abstraction that provides access to connections.
- user1
- String
The first user to include.
- user2
- String
The second user to include.
- user3
- String
The third user to include.
- user4
- String
The fourth user to include.
- user5
- String
The fifth user to include.
Returns
A T
representing the methods that can be invoked on the clients.
Applies to
Users<T>(IHubClients<T>, String, String, String, String, String, String)
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
Gets a T
that can be used to invoke methods on all connections associated with all of the specified users.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T Users(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ user1, System::String ^ user2, System::String ^ user3, System::String ^ user4, System::String ^ user5, System::String ^ user6);
public static T Users<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string user1, string user2, string user3, string user4, string user5, string user6);
static member Users : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string * string * string -> 'T
<Extension()>
Public Function Users(Of T) (hubClients As IHubClients(Of T), user1 As String, user2 As String, user3 As String, user4 As String, user5 As String, user6 As String) As T
Type Parameters
- T
Parameters
- hubClients
- IHubClients<T>
The abstraction that provides access to connections.
- user1
- String
The first user to include.
- user2
- String
The second user to include.
- user3
- String
The third user to include.
- user4
- String
The fourth user to include.
- user5
- String
The fifth user to include.
- user6
- String
The sixth user to include.
Returns
A T
representing the methods that can be invoked on the clients.
Applies to
Users<T>(IHubClients<T>, String, String, String, String, String, String, String, String)
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
Gets a T
that can be used to invoke methods on all connections associated with all of the specified users.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T Users(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ user1, System::String ^ user2, System::String ^ user3, System::String ^ user4, System::String ^ user5, System::String ^ user6, System::String ^ user7, System::String ^ user8);
public static T Users<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string user1, string user2, string user3, string user4, string user5, string user6, string user7, string user8);
static member Users : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string * string * string * string * string -> 'T
<Extension()>
Public Function Users(Of T) (hubClients As IHubClients(Of T), user1 As String, user2 As String, user3 As String, user4 As String, user5 As String, user6 As String, user7 As String, user8 As String) As T
Type Parameters
- T
Parameters
- hubClients
- IHubClients<T>
The abstraction that provides access to connections.
- user1
- String
The first user to include.
- user2
- String
The second user to include.
- user3
- String
The third user to include.
- user4
- String
The fourth user to include.
- user5
- String
The fifth user to include.
- user6
- String
The sixth user to include.
- user7
- String
The seventh user to include.
- user8
- String
The eighth user to include.
Returns
A T
representing the methods that can be invoked on the clients.