HubAndConnectionTypeResolver Constructor (Predicate(Of Type))

 

Creates a new HubAndConnectionTypeResolver instance using a predicate to filter types that implement IHub.

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

Public Sub New (
	predicate As Predicate(Of Type)
)

Parameters

predicate
Type: System.Predicate(Of Type)

The predicate.

Return to top
Show: