HubClientsExtensions.GroupExcept 메서드

정의

오버로드

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

T 지정된 연결을 제외한 지정된 그룹의 모든 연결에서 메서드를 호출하는 데 사용할 수 있는 을 가져옵니다.

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

T 지정된 연결을 제외한 지정된 그룹의 모든 연결에서 메서드를 호출하는 데 사용할 수 있는 을 가져옵니다.

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

T 지정된 연결을 제외한 지정된 그룹의 모든 연결에서 메서드를 호출하는 데 사용할 수 있는 을 가져옵니다.

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

T 지정된 연결을 제외한 지정된 그룹의 모든 연결에서 메서드를 호출하는 데 사용할 수 있는 을 가져옵니다.

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

T 지정된 연결을 제외한 지정된 그룹의 모든 연결에서 메서드를 호출하는 데 사용할 수 있는 을 가져옵니다.

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

T 지정된 연결을 제외한 지정된 그룹의 모든 연결에서 메서드를 호출하는 데 사용할 수 있는 을 가져옵니다.

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

T 지정된 연결을 제외한 지정된 그룹의 모든 연결에서 메서드를 호출하는 데 사용할 수 있는 을 가져옵니다.

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

T 지정된 연결을 제외한 지정된 그룹의 모든 연결에서 메서드를 호출하는 데 사용할 수 있는 을 가져옵니다.

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

T 지정된 연결을 제외한 지정된 그룹의 모든 연결에서 메서드를 호출하는 데 사용할 수 있는 을 가져옵니다.

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

Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs

T 지정된 연결을 제외한 지정된 그룹의 모든 연결에서 메서드를 호출하는 데 사용할 수 있는 을 가져옵니다.

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

형식 매개 변수

T

매개 변수

hubClients
IHubClients<T>

연결에 대한 액세스를 제공하는 추상화입니다.

groupName
String

그룹 이름입니다.

excludedConnectionId1
String

제외할 첫 번째 연결입니다.

excludedConnectionId2
String

제외할 두 번째 연결입니다.

excludedConnectionId3
String

제외할 세 번째 연결입니다.

excludedConnectionId4
String

제외할 네 번째 연결입니다.

excludedConnectionId5
String

제외할 다섯 번째 연결입니다.

excludedConnectionId6
String

제외할 여섯 번째 연결입니다.

반환

T

T 클라이언트에서 호출할 수 있는 메서드를 나타내는 입니다.

적용 대상

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

Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs

T 지정된 연결을 제외한 지정된 그룹의 모든 연결에서 메서드를 호출하는 데 사용할 수 있는 을 가져옵니다.

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

형식 매개 변수

T

매개 변수

hubClients
IHubClients<T>

연결에 대한 액세스를 제공하는 추상화입니다.

groupName
String

그룹 이름입니다.

excludedConnectionId1
String

제외할 첫 번째 연결입니다.

excludedConnectionId2
String

제외할 두 번째 연결입니다.

excludedConnectionId3
String

제외할 세 번째 연결입니다.

excludedConnectionId4
String

제외할 네 번째 연결입니다.

excludedConnectionId5
String

제외할 다섯 번째 연결입니다.

excludedConnectionId6
String

제외할 여섯 번째 연결입니다.

excludedConnectionId7
String

제외할 일곱 번째 연결입니다.

excludedConnectionId8
String

제외할 여덟 번째 연결입니다.

반환

T

T 클라이언트에서 호출할 수 있는 메서드를 나타내는 입니다.

적용 대상

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

Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs

T 지정된 연결을 제외한 지정된 그룹의 모든 연결에서 메서드를 호출하는 데 사용할 수 있는 을 가져옵니다.

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

형식 매개 변수

T

매개 변수

hubClients
IHubClients<T>

연결에 대한 액세스를 제공하는 추상화입니다.

groupName
String

그룹 이름입니다.

excludedConnectionId1
String

제외할 첫 번째 연결입니다.

excludedConnectionId2
String

제외할 두 번째 연결입니다.

excludedConnectionId3
String

제외할 세 번째 연결입니다.

excludedConnectionId4
String

제외할 네 번째 연결입니다.

excludedConnectionId5
String

제외할 다섯 번째 연결입니다.

excludedConnectionId6
String

제외할 여섯 번째 연결입니다.

excludedConnectionId7
String

제외할 일곱 번째 연결입니다.

반환

T

T 클라이언트에서 호출할 수 있는 메서드를 나타내는 입니다.

적용 대상

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

Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs

T 지정된 연결을 제외한 지정된 그룹의 모든 연결에서 메서드를 호출하는 데 사용할 수 있는 을 가져옵니다.

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

형식 매개 변수

T

매개 변수

hubClients
IHubClients<T>

연결에 대한 액세스를 제공하는 추상화입니다.

groupName
String

그룹 이름입니다.

excludedConnectionId1
String

제외할 첫 번째 연결입니다.

excludedConnectionId2
String

제외할 두 번째 연결입니다.

excludedConnectionId3
String

제외할 세 번째 연결입니다.

excludedConnectionId4
String

제외할 네 번째 연결입니다.

excludedConnectionId5
String

제외할 다섯 번째 연결입니다.

반환

T

T 클라이언트에서 호출할 수 있는 메서드를 나타내는 입니다.

적용 대상

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

Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs

T 지정된 연결을 제외한 지정된 그룹의 모든 연결에서 메서드를 호출하는 데 사용할 수 있는 을 가져옵니다.

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

형식 매개 변수

T

매개 변수

hubClients
IHubClients<T>

연결에 대한 액세스를 제공하는 추상화입니다.

groupName
String

그룹 이름입니다.

excludedConnectionId1
String

제외할 첫 번째 연결입니다.

excludedConnectionId2
String

제외할 두 번째 연결입니다.

excludedConnectionId3
String

제외할 세 번째 연결입니다.

excludedConnectionId4
String

제외할 네 번째 연결입니다.

반환

T

T 클라이언트에서 호출할 수 있는 메서드를 나타내는 입니다.

적용 대상

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

Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs

T 지정된 연결을 제외한 지정된 그룹의 모든 연결에서 메서드를 호출하는 데 사용할 수 있는 을 가져옵니다.

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

형식 매개 변수

T

매개 변수

hubClients
IHubClients<T>

연결에 대한 액세스를 제공하는 추상화입니다.

groupName
String

그룹 이름입니다.

excludedConnectionId1
String

제외할 첫 번째 연결입니다.

excludedConnectionId2
String

제외할 두 번째 연결입니다.

excludedConnectionId3
String

제외할 세 번째 연결입니다.

반환

T

T 클라이언트에서 호출할 수 있는 메서드를 나타내는 입니다.

적용 대상

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

Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs

T 지정된 연결을 제외한 지정된 그룹의 모든 연결에서 메서드를 호출하는 데 사용할 수 있는 을 가져옵니다.

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

형식 매개 변수

T

매개 변수

hubClients
IHubClients<T>

연결에 대한 액세스를 제공하는 추상화입니다.

groupName
String

그룹 이름입니다.

excludedConnectionId1
String

제외할 첫 번째 연결입니다.

excludedConnectionId2
String

제외할 두 번째 연결입니다.

반환

T

T 클라이언트에서 호출할 수 있는 메서드를 나타내는 입니다.

적용 대상

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

Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs

T 지정된 연결을 제외한 지정된 그룹의 모든 연결에서 메서드를 호출하는 데 사용할 수 있는 을 가져옵니다.

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

형식 매개 변수

T

매개 변수

hubClients
IHubClients<T>

연결에 대한 액세스를 제공하는 추상화입니다.

groupName
String

그룹 이름입니다.

excludedConnectionId1
String

제외할 첫 번째 연결입니다.

반환

T

T 클라이언트에서 호출할 수 있는 메서드를 나타내는 입니다.

적용 대상

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

T 지정된 연결을 제외한 지정된 그룹의 모든 연결에서 메서드를 호출하는 데 사용할 수 있는 을 가져옵니다.

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

형식 매개 변수

T

매개 변수

hubClients
IHubClients<T>

연결에 대한 액세스를 제공하는 추상화입니다.

groupName
String

그룹 이름입니다.

excludedConnectionIds
IEnumerable<String>

제외할 연결 ID입니다.

반환

T

T 클라이언트에서 호출할 수 있는 메서드를 나타내는 입니다.

적용 대상