HubAndConnectionTypeResolver.IsHubOrConnectionPredicate Property
Gets the predicate that is used to filter types that implement IHub.
Namespace: Microsoft.Azure.Mobile.Server.Config
Assembly: Microsoft.Azure.Mobile.Server.SignalR (in Microsoft.Azure.Mobile.Server.SignalR.dll)
Syntax
protected Predicate<Type> IsHubOrConnectionPredicate { get; }
protected:
property Predicate<Type^>^ IsHubOrConnectionPredicate {
Predicate<Type^>^ get();
}
member IsHubOrConnectionPredicate : Predicate<Type> with get
Protected ReadOnly Property IsHubOrConnectionPredicate As Predicate(Of Type)
Property Value
Type: System.Predicate<Type>
See Also
HubAndConnectionTypeResolver Class
Microsoft.Azure.Mobile.Server.Config Namespace
Return to top