다음을 통해 공유


IHubContext<THub,T> 인터페이스

정의

허브에 대한 컨텍스트 추상화입니다.

generic <typename THub, typename T>
 where THub : Hub<T> where T : classpublic interface class IHubContext
public interface IHubContext<THub,T> where THub : Hub<T> where T : class
type IHubContext<'Hub, 'T (requires 'Hub :> Hub<'T> and 'T : null)> = interface
Public Interface IHubContext(Of THub, T)

형식 매개 변수

THub
T

속성

Clients

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

Groups

명명된 IGroupManager 그룹에 대한 연결을 추가하고 제거하는 데 사용할 수 있는 을 가져옵니다.

적용 대상