C# 클래스 Microsoft.AspNetCore.SignalR.Hubs.DefaultHubManager

상속: IHubManager
파일 보기 프로젝트 열기: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript

공개 메소드들

메소드 설명
DefaultHubManager ( IEnumerable hubProviders, IEnumerable methodProviders, IHubActivator activator ) : System
GetHub ( string hubName ) : HubDescriptor
GetHubMethod ( string hubName, string method, IList parameters ) : MethodDescriptor
GetHubMethods ( string hubName, bool>.Func predicate ) : IEnumerable
GetHubs ( bool>.Func predicate ) : IEnumerable
ResolveHub ( string hubName ) : IHub
ResolveHubs ( ) : IEnumerable

메소드 상세

DefaultHubManager() 공개 메소드

public DefaultHubManager ( IEnumerable hubProviders, IEnumerable methodProviders, IHubActivator activator ) : System
hubProviders IEnumerable
methodProviders IEnumerable
activator IHubActivator
리턴 System

GetHub() 공개 메소드

public GetHub ( string hubName ) : HubDescriptor
hubName string
리턴 HubDescriptor

GetHubMethod() 공개 메소드

public GetHubMethod ( string hubName, string method, IList parameters ) : MethodDescriptor
hubName string
method string
parameters IList
리턴 MethodDescriptor

GetHubMethods() 공개 메소드

public GetHubMethods ( string hubName, bool>.Func predicate ) : IEnumerable
hubName string
predicate bool>.Func
리턴 IEnumerable

GetHubs() 공개 메소드

public GetHubs ( bool>.Func predicate ) : IEnumerable
predicate bool>.Func
리턴 IEnumerable

ResolveHub() 공개 메소드

public ResolveHub ( string hubName ) : IHub
hubName string
리턴 IHub

ResolveHubs() 공개 메소드

public ResolveHubs ( ) : IEnumerable
리턴 IEnumerable