你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IHubAndConnectionTypeResolver 接口

定义

提供用于获取服务的 ASP.NET SignalR 中心和持久连接的抽象。

public interface IHubAndConnectionTypeResolver
type IHubAndConnectionTypeResolver = interface
Public Interface IHubAndConnectionTypeResolver
派生

方法

GetHubAndConnectionTypes(IEnumerable<Assembly>)

返回服务可用的 ASP.NET SignalR 中心和持久连接类型的集合。

适用于