HubAndConnectionTypeResolver Constructor
Namespace: Microsoft.Azure.Mobile.Server.Config
Assembly: Microsoft.Azure.Mobile.Server.SignalR (in Microsoft.Azure.Mobile.Server.SignalR.dll)
Overload List
| Name | Description | |
|---|---|---|
![]() |
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 IHub. |
See Also
HubAndConnectionTypeResolver Class
Microsoft.Azure.Mobile.Server.Config Namespace
Return to top
HubAndConnectionTypeResolver Constructor ()
Initializes a new instance of the HubAndConnectionTypeResolver with a default filter for detecting ASP.NET SignalR hubs.
Syntax
public HubAndConnectionTypeResolver()
public:
HubAndConnectionTypeResolver()
new : unit -> HubAndConnectionTypeResolver
Public Sub New
Return to top
HubAndConnectionTypeResolver Constructor (Predicate<Type>)
Creates a new HubAndConnectionTypeResolver instance using a predicate to filter types that implement IHub.
Syntax
public HubAndConnectionTypeResolver(
Predicate<Type> predicate
)
public:
HubAndConnectionTypeResolver(
Predicate<Type^>^ predicate
)
new :
predicate:Predicate<Type> -> HubAndConnectionTypeResolver
Public Sub New (
predicate As Predicate(Of Type)
)
Parameters
predicate
Type: System.Predicate<Type>The predicate.
Return to top
.jpeg)