HubClientsExtensions.Clients 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
Clients<T>(IHubClients<T>, String, String, String, String, String, String, String, String) |
Gets a |
Clients<T>(IHubClients<T>, String, String, String, String, String, String, String) |
Gets a |
Clients<T>(IHubClients<T>, String, String, String, String, String, String) |
Gets a |
Clients<T>(IHubClients<T>, String, String, String, String, String) |
Gets a |
Clients<T>(IHubClients<T>, String) |
Gets a |
Clients<T>(IHubClients<T>, String, String, String) |
Gets a |
Clients<T>(IHubClients<T>, String, String) |
Gets a |
Clients<T>(IHubClients<T>, IEnumerable<String>) |
Gets a |
Clients<T>(IHubClients<T>, String, String, String, String) |
Gets a |
Clients<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 the specified connections.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T Clients(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ connection1, System::String ^ connection2, System::String ^ connection3, System::String ^ connection4, System::String ^ connection5, System::String ^ connection6, System::String ^ connection7, System::String ^ connection8);
public static T Clients<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string connection1, string connection2, string connection3, string connection4, string connection5, string connection6, string connection7, string connection8);
static member Clients : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string * string * string * string * string -> 'T
<Extension()>
Public Function Clients(Of T) (hubClients As IHubClients(Of T), connection1 As String, connection2 As String, connection3 As String, connection4 As String, connection5 As String, connection6 As String, connection7 As String, connection8 As String) As T
Type Parameters
- T
Parameters
- hubClients
- IHubClients<T>
The abstraction that provides access to connections.
- connection1
- String
The first connection to include.
- connection2
- String
The second connection to include.
- connection3
- String
The third connection to include.
- connection4
- String
The fourth connection to include.
- connection5
- String
The fifth connection to include.
- connection6
- String
The sixth connection to include.
- connection7
- String
The seventh connection to include.
- connection8
- String
The eighth connection to include.
Returns
A T
representing the methods that can be invoked on the clients.
Applies to
Clients<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 the specified connections.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T Clients(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ connection1, System::String ^ connection2, System::String ^ connection3, System::String ^ connection4, System::String ^ connection5, System::String ^ connection6, System::String ^ connection7);
public static T Clients<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string connection1, string connection2, string connection3, string connection4, string connection5, string connection6, string connection7);
static member Clients : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string * string * string * string -> 'T
<Extension()>
Public Function Clients(Of T) (hubClients As IHubClients(Of T), connection1 As String, connection2 As String, connection3 As String, connection4 As String, connection5 As String, connection6 As String, connection7 As String) As T
Type Parameters
- T
Parameters
- hubClients
- IHubClients<T>
The abstraction that provides access to connections.
- connection1
- String
The first connection to include.
- connection2
- String
The second connection to include.
- connection3
- String
The third connection to include.
- connection4
- String
The fourth connection to include.
- connection5
- String
The fifth connection to include.
- connection6
- String
The sixth connection to include.
- connection7
- String
The seventh connection to include.
Returns
A T
representing the methods that can be invoked on the clients.
Applies to
Clients<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 the specified connections.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T Clients(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ connection1, System::String ^ connection2, System::String ^ connection3, System::String ^ connection4, System::String ^ connection5, System::String ^ connection6);
public static T Clients<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string connection1, string connection2, string connection3, string connection4, string connection5, string connection6);
static member Clients : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string * string * string -> 'T
<Extension()>
Public Function Clients(Of T) (hubClients As IHubClients(Of T), connection1 As String, connection2 As String, connection3 As String, connection4 As String, connection5 As String, connection6 As String) As T
Type Parameters
- T
Parameters
- hubClients
- IHubClients<T>
The abstraction that provides access to connections.
- connection1
- String
The first connection to include.
- connection2
- String
The second connection to include.
- connection3
- String
The third connection to include.
- connection4
- String
The fourth connection to include.
- connection5
- String
The fifth connection to include.
- connection6
- String
The sixth connection to include.
Returns
A T
representing the methods that can be invoked on the clients.
Applies to
Clients<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 the specified connections.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T Clients(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ connection1, System::String ^ connection2, System::String ^ connection3, System::String ^ connection4, System::String ^ connection5);
public static T Clients<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string connection1, string connection2, string connection3, string connection4, string connection5);
static member Clients : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string * string -> 'T
<Extension()>
Public Function Clients(Of T) (hubClients As IHubClients(Of T), connection1 As String, connection2 As String, connection3 As String, connection4 As String, connection5 As String) As T
Type Parameters
- T
Parameters
- hubClients
- IHubClients<T>
The abstraction that provides access to connections.
- connection1
- String
The first connection to include.
- connection2
- String
The second connection to include.
- connection3
- String
The third connection to include.
- connection4
- String
The fourth connection to include.
- connection5
- String
The fifth connection to include.
Returns
A T
representing the methods that can be invoked on the clients.
Applies to
Clients<T>(IHubClients<T>, String)
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
Gets a T
that can be used to invoke methods on the specified connections.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T Clients(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ connection1);
public static T Clients<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string connection1);
static member Clients : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string -> 'T
<Extension()>
Public Function Clients(Of T) (hubClients As IHubClients(Of T), connection1 As String) As T
Type Parameters
- T
Parameters
- hubClients
- IHubClients<T>
The abstraction that provides access to connections.
- connection1
- String
The first connection to include.
Returns
A T
representing the methods that can be invoked on the clients.
Applies to
Clients<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 the specified connections.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T Clients(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ connection1, System::String ^ connection2, System::String ^ connection3);
public static T Clients<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string connection1, string connection2, string connection3);
static member Clients : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string -> 'T
<Extension()>
Public Function Clients(Of T) (hubClients As IHubClients(Of T), connection1 As String, connection2 As String, connection3 As String) As T
Type Parameters
- T
Parameters
- hubClients
- IHubClients<T>
The abstraction that provides access to connections.
- connection1
- String
The first connection to include.
- connection2
- String
The second connection to include.
- connection3
- String
The third connection to include.
Returns
A T
representing the methods that can be invoked on the clients.
Applies to
Clients<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 the specified connections.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T Clients(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ connection1, System::String ^ connection2);
public static T Clients<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string connection1, string connection2);
static member Clients : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string -> 'T
<Extension()>
Public Function Clients(Of T) (hubClients As IHubClients(Of T), connection1 As String, connection2 As String) As T
Type Parameters
- T
Parameters
- hubClients
- IHubClients<T>
The abstraction that provides access to connections.
- connection1
- String
The first connection to include.
- connection2
- String
The second connection to include.
Returns
A T
representing the methods that can be invoked on the clients.
Applies to
Clients<T>(IHubClients<T>, IEnumerable<String>)
- Source:
- HubClientsExtensions.cs
Gets a T
that can be used to invoke methods on the specified connections.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T Clients(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::Collections::Generic::IEnumerable<System::String ^> ^ connectionIds);
public static T Clients<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, System.Collections.Generic.IEnumerable<string> connectionIds);
static member Clients : Microsoft.AspNetCore.SignalR.IHubClients<'T> * seq<string> -> 'T
<Extension()>
Public Function Clients(Of T) (hubClients As IHubClients(Of T), connectionIds As IEnumerable(Of String)) As T
Type Parameters
- T
Parameters
- hubClients
- IHubClients<T>
The abstraction that provides access to connections.
- connectionIds
- IEnumerable<String>
The connection IDs.
Returns
A T
representing the methods that can be invoked on the clients.
Applies to
Clients<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 the specified connections.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T Clients(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ connection1, System::String ^ connection2, System::String ^ connection3, System::String ^ connection4);
public static T Clients<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string connection1, string connection2, string connection3, string connection4);
static member Clients : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string -> 'T
<Extension()>
Public Function Clients(Of T) (hubClients As IHubClients(Of T), connection1 As String, connection2 As String, connection3 As String, connection4 As String) As T
Type Parameters
- T
Parameters
- hubClients
- IHubClients<T>
The abstraction that provides access to connections.
- connection1
- String
The first connection to include.
- connection2
- String
The second connection to include.
- connection3
- String
The third connection to include.
- connection4
- String
The fourth connection to include.
Returns
A T
representing the methods that can be invoked on the clients.