ReflectedHubDescriptorProvider::TryGetHub Method

.NET Framework 4.5

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

public:
virtual bool TryGetHub(
	String^ hubName, 
	[OutAttribute] HubDescriptor^% descriptor
) sealed

Parameters

hubName
Type: System::String
descriptor
Type: Microsoft.AspNet.SignalR.Hubs::HubDescriptor%

Return Value

Type: System::Boolean
Returns Boolean.

Implements

IHubDescriptorProvider::TryGetHub(String, HubDescriptor%)
Show: