ReflectedHubDescriptorProvider.BuildHubsCache Method
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Protected Function BuildHubsCache As IDictionary(Of String, HubDescriptor)
'Usage
Dim returnValue As IDictionary(Of String, HubDescriptor)
returnValue = Me.BuildHubsCache()
protected IDictionary<string, HubDescriptor> BuildHubsCache()
protected:
IDictionary<String^, HubDescriptor^>^ BuildHubsCache()
member BuildHubsCache : unit -> IDictionary<string, HubDescriptor>
protected function BuildHubsCache() : IDictionary<String, HubDescriptor>
Return Value
Type: System.Collections.Generic.IDictionary<String, HubDescriptor>
Returns IDictionary<TKey, TValue>.