Share via


HubAndConnectionTypeResolver.IsHubOrConnectionPredicate Property

Definition

Gets the predicate that is used to filter types that implement Microsoft.AspNet.SignalR.Hubs.IHub.

protected Predicate<Type> IsHubOrConnectionPredicate { get; }
member this.IsHubOrConnectionPredicate : Predicate<Type>
Protected ReadOnly Property IsHubOrConnectionPredicate As Predicate(Of Type)

Property Value

Applies to