HubAndConnectionTypeResolver::IsHubOrConnectionPredicate Property

 

Gets the predicate that is used 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)

protected:
property Predicate<Type^>^ IsHubOrConnectionPredicate {
	Predicate<Type^>^ get();
}

Property Value

Type: System::Predicate<Type^>^
Return to top
Show: