C# Class AppBoxr.AppBoxrDescriptorProvider

Allows dynamic hub discovery
Inheritance: IHubDescriptorProvider
Exibir arquivo Open project: TimHeckel/AppBoxr

Public Methods

Method Description
GetHubs ( ) : IList
TryGetHub ( string hubName, HubDescriptor &descriptor ) : bool

Returns a hub descriptor for the spec

Method Details

GetHubs() public method

public GetHubs ( ) : IList
return IList

TryGetHub() public method

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