Freigeben über


HubClientsExtensions.AllExcept Methode

Definition

Überlädt

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

Ruft eine T ab, die zum Aufrufen von Methoden auf allen Mit dem Hub verbundenen Clients mit Ausnahme der angegebenen Verbindungen verwendet werden kann.

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

Ruft eine T ab, die zum Aufrufen von Methoden auf allen Clients verwendet werden kann, die mit dem Hub verbunden sind, mit Ausnahme der angegebenen Verbindung.

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

Ruft eine T ab, die zum Aufrufen von Methoden auf allen Mit dem Hub verbundenen Clients mit Ausnahme der angegebenen Verbindungen verwendet werden kann.

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

Ruft eine T ab, die zum Aufrufen von Methoden auf allen Mit dem Hub verbundenen Clients mit Ausnahme der angegebenen Verbindungen verwendet werden kann.

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

Ruft eine T ab, die zum Aufrufen von Methoden auf allen Mit dem Hub verbundenen Clients mit Ausnahme der angegebenen Verbindungen verwendet werden kann.

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

Ruft eine T ab, die zum Aufrufen von Methoden auf allen Mit dem Hub verbundenen Clients mit Ausnahme der angegebenen Verbindungen verwendet werden kann.

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

Ruft eine T ab, die zum Aufrufen von Methoden auf allen Mit dem Hub verbundenen Clients mit Ausnahme der angegebenen Verbindungen verwendet werden kann.

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

Ruft eine T ab, die zum Aufrufen von Methoden auf allen Mit dem Hub verbundenen Clients mit Ausnahme der angegebenen Verbindungen verwendet werden kann.

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

Ruft eine T ab, die zum Aufrufen von Methoden auf allen Mit dem Hub verbundenen Clients mit Ausnahme der angegebenen Verbindungen verwendet werden kann.

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

Quelle:
HubClientsExtensions.cs

Ruft eine T ab, die zum Aufrufen von Methoden auf allen Mit dem Hub verbundenen Clients mit Ausnahme der angegebenen Verbindungen verwendet werden kann.

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

Typparameter

T

Parameter

hubClients
IHubClients<T>

Die Abstraktion, die den Zugriff auf Verbindungen ermöglicht.

excludedConnectionIds
IEnumerable<String>

Die auszuschließenden Verbindungs-IDs.

Gibt zurück

T

Ein T , der die Methoden darstellt, die auf den Clients aufgerufen werden können.

Gilt für:

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

Quelle:
HubClientsExtensions.cs
Quelle:
HubClientsExtensions.cs
Quelle:
HubClientsExtensions.cs

Ruft eine T ab, die zum Aufrufen von Methoden auf allen Clients verwendet werden kann, die mit dem Hub verbunden sind, mit Ausnahme der angegebenen Verbindung.

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

Typparameter

T

Parameter

hubClients
IHubClients<T>

Die Abstraktion, die den Zugriff auf Verbindungen ermöglicht.

excludedConnectionId1
String

Die erste auszuschließende Verbindung.

Gibt zurück

T

Ein T , der die Methoden darstellt, die auf den Clients aufgerufen werden können.

Gilt für:

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

Quelle:
HubClientsExtensions.cs
Quelle:
HubClientsExtensions.cs
Quelle:
HubClientsExtensions.cs

Ruft eine T ab, die zum Aufrufen von Methoden auf allen Mit dem Hub verbundenen Clients mit Ausnahme der angegebenen Verbindungen verwendet werden kann.

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

Typparameter

T

Parameter

hubClients
IHubClients<T>

Die Abstraktion, die den Zugriff auf Verbindungen ermöglicht.

excludedConnectionId1
String

Die erste auszuschließende Verbindung.

excludedConnectionId2
String

Die zweite auszuschließende Verbindung.

Gibt zurück

T

Ein T , der die Methoden darstellt, die auf den Clients aufgerufen werden können.

Gilt für:

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

Quelle:
HubClientsExtensions.cs
Quelle:
HubClientsExtensions.cs
Quelle:
HubClientsExtensions.cs

Ruft eine T ab, die zum Aufrufen von Methoden auf allen Mit dem Hub verbundenen Clients mit Ausnahme der angegebenen Verbindungen verwendet werden kann.

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

Typparameter

T

Parameter

hubClients
IHubClients<T>

Die Abstraktion, die den Zugriff auf Verbindungen ermöglicht.

excludedConnectionId1
String

Die erste auszuschließende Verbindung.

excludedConnectionId2
String

Die zweite auszuschließende Verbindung.

excludedConnectionId3
String

Die dritte auszuschließende Verbindung.

Gibt zurück

T

Ein T , der die Methoden darstellt, die auf den Clients aufgerufen werden können.

Gilt für:

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

Quelle:
HubClientsExtensions.cs
Quelle:
HubClientsExtensions.cs
Quelle:
HubClientsExtensions.cs

Ruft eine T ab, die zum Aufrufen von Methoden auf allen Mit dem Hub verbundenen Clients mit Ausnahme der angegebenen Verbindungen verwendet werden kann.

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

Typparameter

T

Parameter

hubClients
IHubClients<T>

Die Abstraktion, die den Zugriff auf Verbindungen ermöglicht.

excludedConnectionId1
String

Die erste auszuschließende Verbindung.

excludedConnectionId2
String

Die zweite auszuschließende Verbindung.

excludedConnectionId3
String

Die dritte auszuschließende Verbindung.

excludedConnectionId4
String

Die vierte auszuschließende Verbindung.

Gibt zurück

T

Ein T , der die Methoden darstellt, die auf den Clients aufgerufen werden können.

Gilt für:

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

Quelle:
HubClientsExtensions.cs
Quelle:
HubClientsExtensions.cs
Quelle:
HubClientsExtensions.cs

Ruft eine T ab, die zum Aufrufen von Methoden auf allen Mit dem Hub verbundenen Clients mit Ausnahme der angegebenen Verbindungen verwendet werden kann.

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

Typparameter

T

Parameter

hubClients
IHubClients<T>

Die Abstraktion, die den Zugriff auf Verbindungen ermöglicht.

excludedConnectionId1
String

Die erste auszuschließende Verbindung.

excludedConnectionId2
String

Die zweite auszuschließende Verbindung.

excludedConnectionId3
String

Die dritte auszuschließende Verbindung.

excludedConnectionId4
String

Die vierte auszuschließende Verbindung.

excludedConnectionId5
String

Die fünfte auszuschließende Verbindung.

Gibt zurück

T

Ein T , der die Methoden darstellt, die auf den Clients aufgerufen werden können.

Gilt für:

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

Quelle:
HubClientsExtensions.cs
Quelle:
HubClientsExtensions.cs
Quelle:
HubClientsExtensions.cs

Ruft eine T ab, die zum Aufrufen von Methoden auf allen Mit dem Hub verbundenen Clients mit Ausnahme der angegebenen Verbindungen verwendet werden kann.

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

Typparameter

T

Parameter

hubClients
IHubClients<T>

Die Abstraktion, die den Zugriff auf Verbindungen ermöglicht.

excludedConnectionId1
String

Die erste auszuschließende Verbindung.

excludedConnectionId2
String

Die zweite auszuschließende Verbindung.

excludedConnectionId3
String

Die dritte auszuschließende Verbindung.

excludedConnectionId4
String

Die vierte auszuschließende Verbindung.

excludedConnectionId5
String

Die fünfte auszuschließende Verbindung.

excludedConnectionId6
String

Die sechste auszuschließende Verbindung.

Gibt zurück

T

Ein T , der die Methoden darstellt, die auf den Clients aufgerufen werden können.

Gilt für:

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

Quelle:
HubClientsExtensions.cs
Quelle:
HubClientsExtensions.cs
Quelle:
HubClientsExtensions.cs

Ruft eine T ab, die zum Aufrufen von Methoden auf allen Mit dem Hub verbundenen Clients mit Ausnahme der angegebenen Verbindungen verwendet werden kann.

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

Typparameter

T

Parameter

hubClients
IHubClients<T>

Die Abstraktion, die den Zugriff auf Verbindungen ermöglicht.

excludedConnectionId1
String

Die erste auszuschließende Verbindung.

excludedConnectionId2
String

Die zweite auszuschließende Verbindung.

excludedConnectionId3
String

Die dritte auszuschließende Verbindung.

excludedConnectionId4
String

Die vierte auszuschließende Verbindung.

excludedConnectionId5
String

Die fünfte auszuschließende Verbindung.

excludedConnectionId6
String

Die sechste auszuschließende Verbindung.

excludedConnectionId7
String

Die siebte auszuschließende Verbindung.

Gibt zurück

T

Ein T , der die Methoden darstellt, die auf den Clients aufgerufen werden können.

Gilt für:

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

Quelle:
HubClientsExtensions.cs
Quelle:
HubClientsExtensions.cs
Quelle:
HubClientsExtensions.cs

Ruft eine T ab, die zum Aufrufen von Methoden auf allen Mit dem Hub verbundenen Clients mit Ausnahme der angegebenen Verbindungen verwendet werden kann.

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

Typparameter

T

Parameter

hubClients
IHubClients<T>

Die Abstraktion, die den Zugriff auf Verbindungen ermöglicht.

excludedConnectionId1
String

Die erste auszuschließende Verbindung.

excludedConnectionId2
String

Die zweite auszuschließende Verbindung.

excludedConnectionId3
String

Die dritte auszuschließende Verbindung.

excludedConnectionId4
String

Die vierte auszuschließende Verbindung.

excludedConnectionId5
String

Die fünfte auszuschließende Verbindung.

excludedConnectionId6
String

Die sechste auszuschließende Verbindung.

excludedConnectionId7
String

Die siebte auszuschließende Verbindung.

excludedConnectionId8
String

Die achte auszuschließende Verbindung.

Gibt zurück

T

Ein T , der die Methoden darstellt, die auf den Clients aufgerufen werden können.

Gilt für: