次の方法で共有


HubAndConnectionTypeResolver.GetHubAndConnectionTypes メソッド

定義

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

public System.Collections.Generic.ICollection<Type> GetHubAndConnectionTypes (System.Collections.Generic.IEnumerable<System.Reflection.Assembly> assemblies);
abstract member GetHubAndConnectionTypes : seq<System.Reflection.Assembly> -> System.Collections.Generic.ICollection<Type>
override this.GetHubAndConnectionTypes : seq<System.Reflection.Assembly> -> System.Collections.Generic.ICollection<Type>
Public Function GetHubAndConnectionTypes (assemblies As IEnumerable(Of Assembly)) As ICollection(Of Type)

パラメーター

assemblies
IEnumerable<Assembly>

検索するインスタンスの Assembly セット。

戻り値

ICollection<T>ハブの 。

実装

適用対象