다음을 통해 공유


DynamicHubClients.Clients(IReadOnlyList<String>) 메서드

정의

지정된 연결에서 메서드를 호출하는 데 사용할 수 있는 개체를 가져옵니다.

public:
 System::Object ^ Clients(System::Collections::Generic::IReadOnlyList<System::String ^> ^ connectionIds);
public dynamic Clients (System.Collections.Generic.IReadOnlyList<string> connectionIds);
member this.Clients : System.Collections.Generic.IReadOnlyList<string> -> obj
Public Function Clients (connectionIds As IReadOnlyList(Of String)) As Object

매개 변수

connectionIds
IReadOnlyList<String>

연결 ID입니다.

반환

메서드를 호출하는 데 사용할 수 있는 개체입니다.

적용 대상