Sdílet prostřednictvím


HubClientsExtensions.GroupExcept Metoda

Definice

Přetížení

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

Získá T , který lze použít k vyvolání metod na všech připojeních v zadané skupině s výjimkou zadaných připojení.

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

Získá T , který lze použít k vyvolání metod na všech připojeních v zadané skupině s výjimkou zadaných připojení.

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

Získá T , který lze použít k vyvolání metod na všech připojeních v zadané skupině s výjimkou zadaných připojení.

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

Získá T , který lze použít k vyvolání metod na všech připojeních v zadané skupině s výjimkou zadaných připojení.

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

Získá T , který lze použít k vyvolání metod na všech připojeních v zadané skupině s výjimkou zadaných připojení.

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

Získá T , který lze použít k vyvolání metod na všech připojeních v zadané skupině s výjimkou zadaných připojení.

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

Získá T , který lze použít k vyvolání metod na všech připojeních v zadané skupině s výjimkou zadaných připojení.

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

Získá T , který lze použít k vyvolání metod na všech připojeních v zadané skupině s výjimkou zadaných připojení.

GroupExcept<T>(IHubClients<T>, String, IEnumerable<String>)

Získá T , který lze použít k vyvolání metod na všech připojeních v zadané skupině s výjimkou zadaných připojení.

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

Zdroj:
HubClientsExtensions.cs
Zdroj:
HubClientsExtensions.cs
Zdroj:
HubClientsExtensions.cs

Získá T , který lze použít k vyvolání metod na všech připojeních v zadané skupině s výjimkou zadaných připojení.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static T GroupExcept(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ groupName, System::String ^ excludedConnectionId1, System::String ^ excludedConnectionId2, System::String ^ excludedConnectionId3, System::String ^ excludedConnectionId4, System::String ^ excludedConnectionId5, System::String ^ excludedConnectionId6);
public static T GroupExcept<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string groupName, string excludedConnectionId1, string excludedConnectionId2, string excludedConnectionId3, string excludedConnectionId4, string excludedConnectionId5, string excludedConnectionId6);
static member GroupExcept : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string * string * string * string -> 'T
<Extension()>
Public Function GroupExcept(Of T) (hubClients As IHubClients(Of T), groupName As String, excludedConnectionId1 As String, excludedConnectionId2 As String, excludedConnectionId3 As String, excludedConnectionId4 As String, excludedConnectionId5 As String, excludedConnectionId6 As String) As T

Parametry typu

T

Parametry

hubClients
IHubClients<T>

Abstrakce, která poskytuje přístup k připojením.

groupName
String

Název skupiny.

excludedConnectionId1
String

První připojení, které se má vyloučit.

excludedConnectionId2
String

Druhé připojení, které se má vyloučit.

excludedConnectionId3
String

Třetí připojení, které se má vyloučit.

excludedConnectionId4
String

Čtvrté připojení, které se má vyloučit.

excludedConnectionId5
String

Páté připojení, které se má vyloučit.

excludedConnectionId6
String

Šesté spojení, které se má vyloučit.

Návraty

T

Představuje T metody, které mohou být vyvolány na klientech.

Platí pro

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

Zdroj:
HubClientsExtensions.cs
Zdroj:
HubClientsExtensions.cs
Zdroj:
HubClientsExtensions.cs

Získá T , který lze použít k vyvolání metod na všech připojeních v zadané skupině s výjimkou zadaných připojení.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static T GroupExcept(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ groupName, System::String ^ excludedConnectionId1, System::String ^ excludedConnectionId2, System::String ^ excludedConnectionId3, System::String ^ excludedConnectionId4, System::String ^ excludedConnectionId5, System::String ^ excludedConnectionId6, System::String ^ excludedConnectionId7, System::String ^ excludedConnectionId8);
public static T GroupExcept<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string groupName, string excludedConnectionId1, string excludedConnectionId2, string excludedConnectionId3, string excludedConnectionId4, string excludedConnectionId5, string excludedConnectionId6, string excludedConnectionId7, string excludedConnectionId8);
static member GroupExcept : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string * string * string * string * string * string -> 'T
<Extension()>
Public Function GroupExcept(Of T) (hubClients As IHubClients(Of T), groupName As String, excludedConnectionId1 As String, excludedConnectionId2 As String, excludedConnectionId3 As String, excludedConnectionId4 As String, excludedConnectionId5 As String, excludedConnectionId6 As String, excludedConnectionId7 As String, excludedConnectionId8 As String) As T

Parametry typu

T

Parametry

hubClients
IHubClients<T>

Abstrakce, která poskytuje přístup k připojením.

groupName
String

Název skupiny.

excludedConnectionId1
String

První připojení, které se má vyloučit.

excludedConnectionId2
String

Druhé připojení, které se má vyloučit.

excludedConnectionId3
String

Třetí připojení, které se má vyloučit.

excludedConnectionId4
String

Čtvrté připojení, které se má vyloučit.

excludedConnectionId5
String

Páté připojení, které se má vyloučit.

excludedConnectionId6
String

Šesté spojení, které se má vyloučit.

excludedConnectionId7
String

Sedmé spojení, které se má vyloučit.

excludedConnectionId8
String

Osmé spojení, které se má vyloučit.

Návraty

T

Představuje T metody, které mohou být vyvolány na klientech.

Platí pro

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

Zdroj:
HubClientsExtensions.cs
Zdroj:
HubClientsExtensions.cs
Zdroj:
HubClientsExtensions.cs

Získá T , který lze použít k vyvolání metod na všech připojeních v zadané skupině s výjimkou zadaných připojení.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static T GroupExcept(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ groupName, System::String ^ excludedConnectionId1, System::String ^ excludedConnectionId2, System::String ^ excludedConnectionId3, System::String ^ excludedConnectionId4, System::String ^ excludedConnectionId5, System::String ^ excludedConnectionId6, System::String ^ excludedConnectionId7);
public static T GroupExcept<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string groupName, string excludedConnectionId1, string excludedConnectionId2, string excludedConnectionId3, string excludedConnectionId4, string excludedConnectionId5, string excludedConnectionId6, string excludedConnectionId7);
static member GroupExcept : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string * string * string * string * string -> 'T
<Extension()>
Public Function GroupExcept(Of T) (hubClients As IHubClients(Of T), groupName As String, excludedConnectionId1 As String, excludedConnectionId2 As String, excludedConnectionId3 As String, excludedConnectionId4 As String, excludedConnectionId5 As String, excludedConnectionId6 As String, excludedConnectionId7 As String) As T

Parametry typu

T

Parametry

hubClients
IHubClients<T>

Abstrakce, která poskytuje přístup k připojením.

groupName
String

Název skupiny.

excludedConnectionId1
String

První připojení, které se má vyloučit.

excludedConnectionId2
String

Druhé připojení, které se má vyloučit.

excludedConnectionId3
String

Třetí připojení, které se má vyloučit.

excludedConnectionId4
String

Čtvrté připojení, které se má vyloučit.

excludedConnectionId5
String

Páté připojení, které se má vyloučit.

excludedConnectionId6
String

Šesté spojení, které se má vyloučit.

excludedConnectionId7
String

Sedmé spojení, které se má vyloučit.

Návraty

T

Představuje T metody, které mohou být vyvolány na klientech.

Platí pro

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

Zdroj:
HubClientsExtensions.cs
Zdroj:
HubClientsExtensions.cs
Zdroj:
HubClientsExtensions.cs

Získá T , který lze použít k vyvolání metod na všech připojeních v zadané skupině s výjimkou zadaných připojení.

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

Parametry typu

T

Parametry

hubClients
IHubClients<T>

Abstrakce, která poskytuje přístup k připojením.

groupName
String

Název skupiny.

excludedConnectionId1
String

První připojení, které se má vyloučit.

excludedConnectionId2
String

Druhé připojení, které se má vyloučit.

excludedConnectionId3
String

Třetí připojení, které se má vyloučit.

excludedConnectionId4
String

Čtvrté připojení, které se má vyloučit.

excludedConnectionId5
String

Páté připojení, které se má vyloučit.

Návraty

T

Představuje T metody, které mohou být vyvolány na klientech.

Platí pro

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

Zdroj:
HubClientsExtensions.cs
Zdroj:
HubClientsExtensions.cs
Zdroj:
HubClientsExtensions.cs

Získá T , který lze použít k vyvolání metod na všech připojeních v zadané skupině s výjimkou zadaných připojení.

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

Parametry typu

T

Parametry

hubClients
IHubClients<T>

Abstrakce, která poskytuje přístup k připojením.

groupName
String

Název skupiny.

excludedConnectionId1
String

První připojení, které se má vyloučit.

excludedConnectionId2
String

Druhé připojení, které se má vyloučit.

excludedConnectionId3
String

Třetí připojení, které se má vyloučit.

excludedConnectionId4
String

Čtvrté připojení, které se má vyloučit.

Návraty

T

Představuje T metody, které mohou být vyvolány na klientech.

Platí pro

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

Zdroj:
HubClientsExtensions.cs
Zdroj:
HubClientsExtensions.cs
Zdroj:
HubClientsExtensions.cs

Získá T , který lze použít k vyvolání metod na všech připojeních v zadané skupině s výjimkou zadaných připojení.

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

Parametry typu

T

Parametry

hubClients
IHubClients<T>

Abstrakce, která poskytuje přístup k připojením.

groupName
String

Název skupiny.

excludedConnectionId1
String

První připojení, které se má vyloučit.

excludedConnectionId2
String

Druhé připojení, které se má vyloučit.

excludedConnectionId3
String

Třetí připojení, které se má vyloučit.

Návraty

T

Představuje T metody, které mohou být vyvolány na klientech.

Platí pro

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

Zdroj:
HubClientsExtensions.cs
Zdroj:
HubClientsExtensions.cs
Zdroj:
HubClientsExtensions.cs

Získá T , který lze použít k vyvolání metod na všech připojeních v zadané skupině s výjimkou zadaných připojení.

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

Parametry typu

T

Parametry

hubClients
IHubClients<T>

Abstrakce, která poskytuje přístup k připojením.

groupName
String

Název skupiny.

excludedConnectionId1
String

První připojení, které se má vyloučit.

excludedConnectionId2
String

Druhé připojení, které se má vyloučit.

Návraty

T

Představuje T metody, které mohou být vyvolány na klientech.

Platí pro

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

Zdroj:
HubClientsExtensions.cs
Zdroj:
HubClientsExtensions.cs
Zdroj:
HubClientsExtensions.cs

Získá T , který lze použít k vyvolání metod na všech připojeních v zadané skupině s výjimkou zadaných připojení.

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

Parametry typu

T

Parametry

hubClients
IHubClients<T>

Abstrakce, která poskytuje přístup k připojením.

groupName
String

Název skupiny.

excludedConnectionId1
String

První připojení, které se má vyloučit.

Návraty

T

Představuje T metody, které mohou být vyvolány na klientech.

Platí pro

GroupExcept<T>(IHubClients<T>, String, IEnumerable<String>)

Zdroj:
HubClientsExtensions.cs

Získá T , který lze použít k vyvolání metod na všech připojeních v zadané skupině s výjimkou zadaných připojení.

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

Parametry typu

T

Parametry

hubClients
IHubClients<T>

Abstrakce, která poskytuje přístup k připojením.

groupName
String

Název skupiny.

excludedConnectionIds
IEnumerable<String>

ID připojení, která se mají vyloučit.

Návraty

T

Představuje T metody, které mohou být vyvolány na klientech.

Platí pro