IHubAndConnectionTypeResolver.GetHubAndConnectionTypes Method

Definition

Returns a collection of ASP.NET SignalR hubs and persistent connection types available to the service.

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>
Public Function GetHubAndConnectionTypes (assemblies As IEnumerable(Of Assembly)) As ICollection(Of Type)

Parameters

assemblies
IEnumerable<Assembly>

The set of Assembly instances to search.

Returns

A ICollection<T> of hubs.

Applies to