HubClientsExtensions.Groups メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Groups<T>(IHubClients<T>, String, String, String, String, String, String, String, String) |
|
Groups<T>(IHubClients<T>, String, String, String, String, String, String, String) |
|
Groups<T>(IHubClients<T>, String, String, String, String, String) |
|
Groups<T>(IHubClients<T>, String, String, String, String) |
|
Groups<T>(IHubClients<T>, String, String, String, String, String, String) |
|
Groups<T>(IHubClients<T>, String, String) |
|
Groups<T>(IHubClients<T>, String) |
|
Groups<T>(IHubClients<T>, IEnumerable<String>) |
|
Groups<T>(IHubClients<T>, String, String, String) |
|
Groups<T>(IHubClients<T>, String, String, String, String, String, String, String, String)
T
指定したすべてのグループ内のすべての接続でメソッドを呼び出すために使用できる を取得します。
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
型パラメーター
- T
パラメーター
- hubClients
- IHubClients<T>
接続へのアクセスを提供する抽象化。
- group1
- String
含める最初のグループ。
- group2
- String
含める 2 番目のグループ。
- group3
- String
含める 3 番目のグループ。
- group4
- String
含める 4 番目のグループ。
- group5
- String
含める 5 番目のグループ。
- group6
- String
含める 6 番目のグループ。
- group7
- String
含める 7 番目のグループ。
- group8
- String
含める 8 番目のグループ。
戻り値
T
クライアントで呼び出すことができるメソッドを表す 。
適用対象
Groups<T>(IHubClients<T>, String, String, String, String, String, String, String)
T
指定したすべてのグループ内のすべての接続でメソッドを呼び出すために使用できる を取得します。
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
型パラメーター
- T
パラメーター
- hubClients
- IHubClients<T>
接続へのアクセスを提供する抽象化。
- group1
- String
含める最初のグループ。
- group2
- String
含める 2 番目のグループ。
- group3
- String
含める 3 番目のグループ。
- group4
- String
含める 4 番目のグループ。
- group5
- String
含める 5 番目のグループ。
- group6
- String
含める 6 番目のグループ。
- group7
- String
含める 7 番目のグループ。
戻り値
T
クライアントで呼び出すことができるメソッドを表す 。
適用対象
Groups<T>(IHubClients<T>, String, String, String, String, String)
T
指定したすべてのグループ内のすべての接続でメソッドを呼び出すために使用できる を取得します。
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
型パラメーター
- T
パラメーター
- hubClients
- IHubClients<T>
接続へのアクセスを提供する抽象化。
- group1
- String
含める最初のグループ。
- group2
- String
含める 2 番目のグループ。
- group3
- String
含める 3 番目のグループ。
- group4
- String
含める 4 番目のグループ。
- group5
- String
含める 5 番目のグループ。
戻り値
T
クライアントで呼び出すことができるメソッドを表す 。
適用対象
Groups<T>(IHubClients<T>, String, String, String, String)
T
指定したすべてのグループ内のすべての接続でメソッドを呼び出すために使用できる を取得します。
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
型パラメーター
- T
パラメーター
- hubClients
- IHubClients<T>
接続へのアクセスを提供する抽象化。
- group1
- String
含める最初のグループ。
- group2
- String
含める 2 番目のグループ。
- group3
- String
含める 3 番目のグループ。
- group4
- String
含める 4 番目のグループ。
戻り値
T
クライアントで呼び出すことができるメソッドを表す 。
適用対象
Groups<T>(IHubClients<T>, String, String, String, String, String, String)
T
指定したすべてのグループ内のすべての接続でメソッドを呼び出すために使用できる を取得します。
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
型パラメーター
- T
パラメーター
- hubClients
- IHubClients<T>
接続へのアクセスを提供する抽象化。
- group1
- String
含める最初のグループ。
- group2
- String
含める 2 番目のグループ。
- group3
- String
含める 3 番目のグループ。
- group4
- String
含める 4 番目のグループ。
- group5
- String
含める 5 番目のグループ。
- group6
- String
含める 6 番目のグループ。
戻り値
T
クライアントで呼び出すことができるメソッドを表す 。
適用対象
Groups<T>(IHubClients<T>, String, String)
T
指定したすべてのグループ内のすべての接続でメソッドを呼び出すために使用できる を取得します。
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
型パラメーター
- T
パラメーター
- hubClients
- IHubClients<T>
接続へのアクセスを提供する抽象化。
- group1
- String
含める最初のグループ。
- group2
- String
含める 2 番目のグループ。
戻り値
T
クライアントで呼び出すことができるメソッドを表す 。
適用対象
Groups<T>(IHubClients<T>, String)
T
指定したすべてのグループ内のすべての接続でメソッドを呼び出すために使用できる を取得します。
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
型パラメーター
- T
パラメーター
- hubClients
- IHubClients<T>
接続へのアクセスを提供する抽象化。
- group1
- String
含める最初のグループ。
戻り値
T
クライアントで呼び出すことができるメソッドを表す 。
適用対象
Groups<T>(IHubClients<T>, IEnumerable<String>)
T
指定したすべてのグループ内のすべての接続でメソッドを呼び出すために使用できる を取得します。
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
型パラメーター
- T
パラメーター
- hubClients
- IHubClients<T>
接続へのアクセスを提供する抽象化。
- groupNames
- IEnumerable<String>
グループ名。
戻り値
T
クライアントで呼び出すことができるメソッドを表す 。
適用対象
Groups<T>(IHubClients<T>, String, String, String)
T
指定したすべてのグループ内のすべての接続でメソッドを呼び出すために使用できる を取得します。
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
型パラメーター
- T
パラメーター
- hubClients
- IHubClients<T>
接続へのアクセスを提供する抽象化。
- group1
- String
含める最初のグループ。
- group2
- String
含める 2 番目のグループ。
- group3
- String
含める 3 番目のグループ。
戻り値
T
クライアントで呼び出すことができるメソッドを表す 。