IHubAndConnectionTypeResolver::GetHubAndConnectionTypes Method (IEnumerable<Assembly^>^)

 

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

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Config
Assembly:  Microsoft.WindowsAzure.Mobile.Service.SignalR (in Microsoft.WindowsAzure.Mobile.Service.SignalR.dll)

ICollection<Type^>^ GetHubAndConnectionTypes(
	IEnumerable<Assembly^>^ assemblies
)

Parameters

assemblies
Type: System.Collections.Generic::IEnumerable<Assembly^>^

The set of Assembly instances to search.

Return to top
Show: