HubClientsExtensions.Groups Method

Definition

Overloads

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.

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)

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, 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)

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

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, 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)

Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs

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

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static T Groups(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ group1, System::String ^ group2, System::String ^ group3, System::String ^ group4, System::String ^ group5, System::String ^ group6, System::String ^ group7, System::String ^ group8);
public static T Groups<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string group1, string group2, string group3, string group4, string group5, string group6, string group7, string group8);
static member Groups : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string * string * string * string * string -> 'T
<Extension()>
Public Function Groups(Of T) (hubClients As IHubClients(Of T), group1 As String, group2 As String, group3 As String, group4 As String, group5 As String, group6 As String, group7 As String, group8 As String) As T

Type Parameters

T

Parameters

hubClients
IHubClients<T>

The abstraction that provides access to connections.

group1
String

The first group to include.

group2
String

The second group to include.

group3
String

The third group to include.

group4
String

The fourth group to include.

group5
String

The fifth group to include.

group6
String

The sixth group to include.

group7
String

The seventh group to include.

group8
String

The eighth group to include.

Returns

T

A T representing the methods that can be invoked on the clients.

Applies to

Groups<T>(IHubClients<T>, String, String, String, String, String, String, String)

Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs

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

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static T Groups(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ group1, System::String ^ group2, System::String ^ group3, System::String ^ group4, System::String ^ group5, System::String ^ group6, System::String ^ group7);
public static T Groups<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string group1, string group2, string group3, string group4, string group5, string group6, string group7);
static member Groups : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string * string * string * string -> 'T
<Extension()>
Public Function Groups(Of T) (hubClients As IHubClients(Of T), group1 As String, group2 As String, group3 As String, group4 As String, group5 As String, group6 As String, group7 As String) As T

Type Parameters

T

Parameters

hubClients
IHubClients<T>

The abstraction that provides access to connections.

group1
String

The first group to include.

group2
String

The second group to include.

group3
String

The third group to include.

group4
String

The fourth group to include.

group5
String

The fifth group to include.

group6
String

The sixth group to include.

group7
String

The seventh group to include.

Returns

T

A T representing the methods that can be invoked on the clients.

Applies to

Groups<T>(IHubClients<T>, String, String, String, String, String)

Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs

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

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static T Groups(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ group1, System::String ^ group2, System::String ^ group3, System::String ^ group4, System::String ^ group5);
public static T Groups<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string group1, string group2, string group3, string group4, string group5);
static member Groups : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string * string -> 'T
<Extension()>
Public Function Groups(Of T) (hubClients As IHubClients(Of T), group1 As String, group2 As String, group3 As String, group4 As String, group5 As String) As T

Type Parameters

T

Parameters

hubClients
IHubClients<T>

The abstraction that provides access to connections.

group1
String

The first group to include.

group2
String

The second group to include.

group3
String

The third group to include.

group4
String

The fourth group to include.

group5
String

The fifth group to include.

Returns

T

A T representing the methods that can be invoked on the clients.

Applies to

Groups<T>(IHubClients<T>, String, String, String, String)

Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs

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

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static T Groups(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ group1, System::String ^ group2, System::String ^ group3, System::String ^ group4);
public static T Groups<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string group1, string group2, string group3, string group4);
static member Groups : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string -> 'T
<Extension()>
Public Function Groups(Of T) (hubClients As IHubClients(Of T), group1 As String, group2 As String, group3 As String, group4 As String) As T

Type Parameters

T

Parameters

hubClients
IHubClients<T>

The abstraction that provides access to connections.

group1
String

The first group to include.

group2
String

The second group to include.

group3
String

The third group to include.

group4
String

The fourth group to include.

Returns

T

A T representing the methods that can be invoked on the clients.

Applies to

Groups<T>(IHubClients<T>, String, String, String, String, String, String)

Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs

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

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static T Groups(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ group1, System::String ^ group2, System::String ^ group3, System::String ^ group4, System::String ^ group5, System::String ^ group6);
public static T Groups<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string group1, string group2, string group3, string group4, string group5, string group6);
static member Groups : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string * string * string -> 'T
<Extension()>
Public Function Groups(Of T) (hubClients As IHubClients(Of T), group1 As String, group2 As String, group3 As String, group4 As String, group5 As String, group6 As String) As T

Type Parameters

T

Parameters

hubClients
IHubClients<T>

The abstraction that provides access to connections.

group1
String

The first group to include.

group2
String

The second group to include.

group3
String

The third group to include.

group4
String

The fourth group to include.

group5
String

The fifth group to include.

group6
String

The sixth group to include.

Returns

T

A T representing the methods that can be invoked on the clients.

Applies to

Groups<T>(IHubClients<T>, String, String)

Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs

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

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static T Groups(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ group1, System::String ^ group2);
public static T Groups<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string group1, string group2);
static member Groups : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string -> 'T
<Extension()>
Public Function Groups(Of T) (hubClients As IHubClients(Of T), group1 As String, group2 As String) As T

Type Parameters

T

Parameters

hubClients
IHubClients<T>

The abstraction that provides access to connections.

group1
String

The first group to include.

group2
String

The second group to include.

Returns

T

A T representing the methods that can be invoked on the clients.

Applies to

Groups<T>(IHubClients<T>, String)

Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs

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

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static T Groups(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ group1);
public static T Groups<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string group1);
static member Groups : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string -> 'T
<Extension()>
Public Function Groups(Of T) (hubClients As IHubClients(Of T), group1 As String) As T

Type Parameters

T

Parameters

hubClients
IHubClients<T>

The abstraction that provides access to connections.

group1
String

The first group to include.

Returns

T

A T representing the methods that can be invoked on the clients.

Applies to

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.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static T Groups(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::Collections::Generic::IEnumerable<System::String ^> ^ groupNames);
public static T Groups<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, System.Collections.Generic.IEnumerable<string> groupNames);
static member Groups : Microsoft.AspNetCore.SignalR.IHubClients<'T> * seq<string> -> 'T
<Extension()>
Public Function Groups(Of T) (hubClients As IHubClients(Of T), groupNames As IEnumerable(Of String)) As T

Type Parameters

T

Parameters

hubClients
IHubClients<T>

The abstraction that provides access to connections.

groupNames
IEnumerable<String>

The group names.

Returns

T

A T representing the methods that can be invoked on the clients.

Applies to

Groups<T>(IHubClients<T>, String, String, String)

Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs

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

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static T Groups(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ group1, System::String ^ group2, System::String ^ group3);
public static T Groups<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string group1, string group2, string group3);
static member Groups : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string -> 'T
<Extension()>
Public Function Groups(Of T) (hubClients As IHubClients(Of T), group1 As String, group2 As String, group3 As String) As T

Type Parameters

T

Parameters

hubClients
IHubClients<T>

The abstraction that provides access to connections.

group1
String

The first group to include.

group2
String

The second group to include.

group3
String

The third group to include.

Returns

T

A T representing the methods that can be invoked on the clients.

Applies to