IHubAndConnectionTypeResolver Interface

 

Provides an abstraction for getting the ASP.NET SignalR hubs and persistent connections for a service.

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

public interface class IHubAndConnectionTypeResolver

NameDescription
System_CAPS_pubmethodGetHubAndConnectionTypes(IEnumerable<Assembly^>^)

Returns a collection of ASP.NET SignalR hubs and persistent connection types available to the service.

Return to top
Show: