ReflectedHubDescriptorProvider Class

.NET Framework 4.5

Describes hub descriptor provider, and provides reflected information about available hubs.

System::Object
  Microsoft.AspNet.SignalR.Hubs::ReflectedHubDescriptorProvider

Namespace:  Microsoft.AspNet.SignalR.Hubs
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public ref class ReflectedHubDescriptorProvider : IHubDescriptorProvider

The ReflectedHubDescriptorProvider type exposes the following members.

  NameDescription
Public methodReflectedHubDescriptorProviderInitializes a new instance of the ReflectedHubDescriptorProvider class.
Top

  NameDescription
Protected methodBuildHubsCacheRetrieves a collection of connection to build hub cache.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetHubsRetrieves all available hubs.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodTryGetHubTries to retrieve hub with a given name.
Top

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