IHubClients<T>.Clients(IReadOnlyList<String>) 메서드

정의

T 지정된 클라이언트 연결에서 메서드를 호출하는 데 사용할 수 있는 을 가져옵니다.

public:
 T Clients(System::Collections::Generic::IReadOnlyList<System::String ^> ^ connectionIds);
public T Clients (System.Collections.Generic.IReadOnlyList<string> connectionIds);
abstract member Clients : System.Collections.Generic.IReadOnlyList<string> -> 'T
Public Function Clients (connectionIds As IReadOnlyList(Of String)) As T

매개 변수

connectionIds
IReadOnlyList<String>

연결 ID입니다.

반환

T

클라이언트 호출자입니다.

적용 대상