다음을 통해 공유


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

정의

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

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

매개 변수

groupNames
IReadOnlyList<String>

그룹 이름입니다.

반환

지정된 사용자에 대해 메서드를 호출하는 데 사용할 수 있는 개체입니다.

적용 대상