C# Class AppBoxr.AppBoxrDescriptorProvider

Allows dynamic hub discovery
Inheritance: IHubDescriptorProvider
Afficher le fichier Open project: TimHeckel/AppBoxr

Méthodes publiques

Méthode Description
GetHubs ( ) : IList
TryGetHub ( string hubName, HubDescriptor &descriptor ) : bool

Returns a hub descriptor for the spec

Method Details

GetHubs() public méthode

public GetHubs ( ) : IList
Résultat IList

TryGetHub() public méthode

Returns a hub descriptor for the spec
public TryGetHub ( string hubName, HubDescriptor &descriptor ) : bool
hubName string
descriptor Microsoft.AspNet.SignalR.Hubs.HubDescriptor
Résultat bool