DefaultHubManager::GetHubMethods Method

.NET Framework 4.5

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

public:
virtual IEnumerable<MethodDescriptor^>^ GetHubMethods(
	String^ hubName, 
	Func<MethodDescriptor^, bool>^ predicate
) sealed

Parameters

hubName
Type: System::String
predicate
Type: System::Func<MethodDescriptor, Boolean>

Implements

IHubManager::GetHubMethods(String, Func<MethodDescriptor, Boolean>)
Show: