다음을 통해 공유


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

정의

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

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

매개 변수

userIds
IReadOnlyList<String>

사용자 ID입니다.

반환

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

적용 대상