Share via


HubAndConnectionTypeResolver Constructors

Definition

Overloads

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.

HubAndConnectionTypeResolver()

Initializes a new instance of the HubAndConnectionTypeResolver with a default filter for detecting ASP.NET SignalR hubs.

public HubAndConnectionTypeResolver ();
Public Sub New ()

Applies to

HubAndConnectionTypeResolver(Predicate<Type>)

Creates a new HubAndConnectionTypeResolver instance using a predicate to filter types that implement Microsoft.AspNet.SignalR.Hubs.IHub.

public HubAndConnectionTypeResolver (Predicate<Type> predicate);
new Microsoft.WindowsAzure.Mobile.Service.Config.HubAndConnectionTypeResolver : Predicate<Type> -> Microsoft.WindowsAzure.Mobile.Service.Config.HubAndConnectionTypeResolver
Public Sub New (predicate As Predicate(Of Type))

Parameters

predicate
Predicate<Type>

The predicate.

Applies to