다음을 통해 공유


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

정의

지정된 연결을 제외한 허브에 연결된 모든 클라이언트에서 메서드를 호출하는 데 사용할 수 있는 개체를 가져옵니다.

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

매개 변수

excludedConnectionIds
IReadOnlyList<String>

제외할 연결 ID의 컬렉션입니다.

반환

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

적용 대상