HubAndConnectionTypeResolver Class

 

Provides an implementation of IHubAndConnectionTypeResolver with no external dependencies.

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

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Config.HubAndConnectionTypeResolver

public class HubAndConnectionTypeResolver : IHubAndConnectionTypeResolver

NameDescription
System_CAPS_pubmethodHubAndConnectionTypeResolver()

Initializes a new instance of the HubAndConnectionTypeResolver with a default filter for detecting ASP.NET SignalR hubs.

System_CAPS_pubmethodHubAndConnectionTypeResolver(Predicate<Type>)

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

NameDescription
System_CAPS_protpropertyIsHubOrConnectionPredicate

Gets the predicate that is used to filter types that implement IHub.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetHubAndConnectionTypes(IEnumerable<Assembly>)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: