Aracılığıyla paylaş


HubClientsExtensions.AllExcept Yöntem

Tanım

Aşırı Yüklemeler

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

Belirtilen bağlantılar dışında hub'a bağlı tüm istemcilerde yöntemleri çağırmak için kullanılabilecek bir T alır.

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

Belirtilen bağlantı hariç hub'a bağlı tüm istemcilerde yöntemleri çağırmak için kullanılabilecek bir T alır.

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

Belirtilen bağlantılar dışında hub'a bağlı tüm istemcilerde yöntemleri çağırmak için kullanılabilecek bir T alır.

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

Belirtilen bağlantılar dışında hub'a bağlı tüm istemcilerde yöntemleri çağırmak için kullanılabilecek bir T alır.

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

Belirtilen bağlantılar dışında hub'a bağlı tüm istemcilerde yöntemleri çağırmak için kullanılabilecek bir T alır.

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

Belirtilen bağlantılar dışında hub'a bağlı tüm istemcilerde yöntemleri çağırmak için kullanılabilecek bir T alır.

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

Belirtilen bağlantılar dışında hub'a bağlı tüm istemcilerde yöntemleri çağırmak için kullanılabilecek bir T alır.

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

Belirtilen bağlantılar dışında hub'a bağlı tüm istemcilerde yöntemleri çağırmak için kullanılabilecek bir T alır.

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

Belirtilen bağlantılar dışında hub'a bağlı tüm istemcilerde yöntemleri çağırmak için kullanılabilecek bir T alır.

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

Kaynak:
HubClientsExtensions.cs

Belirtilen bağlantılar dışında hub'a bağlı tüm istemcilerde yöntemleri çağırmak için kullanılabilecek bir T alır.

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

Tür Parametreleri

T

Parametreler

hubClients
IHubClients<T>

Bağlantılara erişim sağlayan soyutlama.

excludedConnectionIds
IEnumerable<String>

Dışlanması gereken bağlantı kimlikleri.

Döndürülenler

T

T İstemcilerde çağrılabilecek yöntemleri temsil eden.

Şunlara uygulanır

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

Kaynak:
HubClientsExtensions.cs
Kaynak:
HubClientsExtensions.cs
Kaynak:
HubClientsExtensions.cs

Belirtilen bağlantı hariç hub'a bağlı tüm istemcilerde yöntemleri çağırmak için kullanılabilecek bir T alır.

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

Tür Parametreleri

T

Parametreler

hubClients
IHubClients<T>

Bağlantılara erişim sağlayan soyutlama.

excludedConnectionId1
String

Dışlanması gereken ilk bağlantı.

Döndürülenler

T

T İstemcilerde çağrılabilecek yöntemleri temsil eden.

Şunlara uygulanır

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

Kaynak:
HubClientsExtensions.cs
Kaynak:
HubClientsExtensions.cs
Kaynak:
HubClientsExtensions.cs

Belirtilen bağlantılar dışında hub'a bağlı tüm istemcilerde yöntemleri çağırmak için kullanılabilecek bir T alır.

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

Tür Parametreleri

T

Parametreler

hubClients
IHubClients<T>

Bağlantılara erişim sağlayan soyutlama.

excludedConnectionId1
String

Dışlanması gereken ilk bağlantı.

excludedConnectionId2
String

Dışlanması gereken ikinci bağlantı.

Döndürülenler

T

T İstemcilerde çağrılabilecek yöntemleri temsil eden.

Şunlara uygulanır

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

Kaynak:
HubClientsExtensions.cs
Kaynak:
HubClientsExtensions.cs
Kaynak:
HubClientsExtensions.cs

Belirtilen bağlantılar dışında hub'a bağlı tüm istemcilerde yöntemleri çağırmak için kullanılabilecek bir T alır.

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

Tür Parametreleri

T

Parametreler

hubClients
IHubClients<T>

Bağlantılara erişim sağlayan soyutlama.

excludedConnectionId1
String

Dışlanması gereken ilk bağlantı.

excludedConnectionId2
String

Dışlanması gereken ikinci bağlantı.

excludedConnectionId3
String

Dışlanması gereken üçüncü bağlantı.

Döndürülenler

T

T İstemcilerde çağrılabilecek yöntemleri temsil eden.

Şunlara uygulanır

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

Kaynak:
HubClientsExtensions.cs
Kaynak:
HubClientsExtensions.cs
Kaynak:
HubClientsExtensions.cs

Belirtilen bağlantılar dışında hub'a bağlı tüm istemcilerde yöntemleri çağırmak için kullanılabilecek bir T alır.

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

Tür Parametreleri

T

Parametreler

hubClients
IHubClients<T>

Bağlantılara erişim sağlayan soyutlama.

excludedConnectionId1
String

Dışlanması gereken ilk bağlantı.

excludedConnectionId2
String

Dışlanması gereken ikinci bağlantı.

excludedConnectionId3
String

Dışlanması gereken üçüncü bağlantı.

excludedConnectionId4
String

Dışlanması gereken dördüncü bağlantı.

Döndürülenler

T

T İstemcilerde çağrılabilecek yöntemleri temsil eden.

Şunlara uygulanır

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

Kaynak:
HubClientsExtensions.cs
Kaynak:
HubClientsExtensions.cs
Kaynak:
HubClientsExtensions.cs

Belirtilen bağlantılar dışında hub'a bağlı tüm istemcilerde yöntemleri çağırmak için kullanılabilecek bir T alır.

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

Tür Parametreleri

T

Parametreler

hubClients
IHubClients<T>

Bağlantılara erişim sağlayan soyutlama.

excludedConnectionId1
String

Dışlanması gereken ilk bağlantı.

excludedConnectionId2
String

Dışlanması gereken ikinci bağlantı.

excludedConnectionId3
String

Dışlanması gereken üçüncü bağlantı.

excludedConnectionId4
String

Dışlanması gereken dördüncü bağlantı.

excludedConnectionId5
String

Dışlanması gereken beşinci bağlantı.

Döndürülenler

T

T İstemcilerde çağrılabilecek yöntemleri temsil eden.

Şunlara uygulanır

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

Kaynak:
HubClientsExtensions.cs
Kaynak:
HubClientsExtensions.cs
Kaynak:
HubClientsExtensions.cs

Belirtilen bağlantılar dışında hub'a bağlı tüm istemcilerde yöntemleri çağırmak için kullanılabilecek bir T alır.

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

Tür Parametreleri

T

Parametreler

hubClients
IHubClients<T>

Bağlantılara erişim sağlayan soyutlama.

excludedConnectionId1
String

Dışlanması gereken ilk bağlantı.

excludedConnectionId2
String

Dışlanması gereken ikinci bağlantı.

excludedConnectionId3
String

Dışlanması gereken üçüncü bağlantı.

excludedConnectionId4
String

Dışlanması gereken dördüncü bağlantı.

excludedConnectionId5
String

Dışlanması gereken beşinci bağlantı.

excludedConnectionId6
String

Dışlanması gereken altıncı bağlantı.

Döndürülenler

T

T İstemcilerde çağrılabilecek yöntemleri temsil eden.

Şunlara uygulanır

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

Kaynak:
HubClientsExtensions.cs
Kaynak:
HubClientsExtensions.cs
Kaynak:
HubClientsExtensions.cs

Belirtilen bağlantılar dışında hub'a bağlı tüm istemcilerde yöntemleri çağırmak için kullanılabilecek bir T alır.

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

Tür Parametreleri

T

Parametreler

hubClients
IHubClients<T>

Bağlantılara erişim sağlayan soyutlama.

excludedConnectionId1
String

Dışlanması gereken ilk bağlantı.

excludedConnectionId2
String

Dışlanması gereken ikinci bağlantı.

excludedConnectionId3
String

Dışlanması gereken üçüncü bağlantı.

excludedConnectionId4
String

Dışlanması gereken dördüncü bağlantı.

excludedConnectionId5
String

Dışlanması gereken beşinci bağlantı.

excludedConnectionId6
String

Dışlanması gereken altıncı bağlantı.

excludedConnectionId7
String

Dışlanması gereken yedinci bağlantı.

Döndürülenler

T

T İstemcilerde çağrılabilecek yöntemleri temsil eden.

Şunlara uygulanır

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

Kaynak:
HubClientsExtensions.cs
Kaynak:
HubClientsExtensions.cs
Kaynak:
HubClientsExtensions.cs

Belirtilen bağlantılar dışında hub'a bağlı tüm istemcilerde yöntemleri çağırmak için kullanılabilecek bir T alır.

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

Tür Parametreleri

T

Parametreler

hubClients
IHubClients<T>

Bağlantılara erişim sağlayan soyutlama.

excludedConnectionId1
String

Dışlanması gereken ilk bağlantı.

excludedConnectionId2
String

Dışlanması gereken ikinci bağlantı.

excludedConnectionId3
String

Dışlanması gereken üçüncü bağlantı.

excludedConnectionId4
String

Dışlanması gereken dördüncü bağlantı.

excludedConnectionId5
String

Dışlanması gereken beşinci bağlantı.

excludedConnectionId6
String

Dışlanması gereken altıncı bağlantı.

excludedConnectionId7
String

Dışlanması gereken yedinci bağlantı.

excludedConnectionId8
String

Dışlanması gereken sekizinci bağlantı.

Döndürülenler

T

T İstemcilerde çağrılabilecek yöntemleri temsil eden.

Şunlara uygulanır