HubAndConnectionTypeResolver Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an implementation of IHubAndConnectionTypeResolver with no external dependencies.
public class HubAndConnectionTypeResolver : Microsoft.WindowsAzure.Mobile.Service.Config.IHubAndConnectionTypeResolver
type HubAndConnectionTypeResolver = class
interface IHubAndConnectionTypeResolver
Public Class HubAndConnectionTypeResolver
Implements IHubAndConnectionTypeResolver
- Inheritance
-
HubAndConnectionTypeResolver
- Implements
Constructors
HubAndConnectionTypeResolver() |
Initializes a new instance of the HubAndConnectionTypeResolver with a default filter for detecting ASP.NET SignalR hubs. |
HubAndConnectionTypeResolver(Predicate<Type>) |
Creates a new HubAndConnectionTypeResolver instance using a predicate to filter types that implement Microsoft.AspNet.SignalR.Hubs.IHub. |
Properties
IsHubOrConnectionPredicate |
Gets the predicate that is used to filter types that implement Microsoft.AspNet.SignalR.Hubs.IHub. |
Methods
GetHubAndConnectionTypes(IEnumerable<Assembly>) |
Returns a collection of ASP.NET SignalR hubs and persistent connection types available to the service. |
Applies to
Azure SDK for .NET