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

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

공개 메소드들

메소드 설명
EnsureHub ( this hubManager, string hubName ) : HubDescriptor
GetHubMethods ( this hubManager, string hubName ) : IEnumerable
GetHubs ( this hubManager ) : IEnumerable

메소드 상세

EnsureHub() 공개 정적인 메소드

public static EnsureHub ( this hubManager, string hubName ) : HubDescriptor
hubManager this
hubName string
리턴 HubDescriptor

GetHubMethods() 공개 정적인 메소드

public static GetHubMethods ( this hubManager, string hubName ) : IEnumerable
hubManager this
hubName string
리턴 IEnumerable

GetHubs() 공개 정적인 메소드

public static GetHubs ( this hubManager ) : IEnumerable
hubManager this
리턴 IEnumerable