次の方法で共有


IHubAndConnectionTypeResolver インターフェイス

定義

サービスの ASP.NET SignalR ハブと永続的な接続を取得するための抽象化を提供します。

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

メソッド

GetHubAndConnectionTypes(IEnumerable<Assembly>)

サービスで使用できる ASP.NET SignalR ハブと永続的な接続の種類のコレクションを返します。

適用対象