IHubManager::GetHubMethods Method

.NET Framework 4.5

Gets all methods available to call on a given hub.

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

IEnumerable<MethodDescriptor^>^ GetHubMethods(
	String^ hubName, 
	Func<MethodDescriptor^, bool>^ predicate
)

Parameters

hubName
Type: System::String
Name of the hub,
predicate
Type: System::Func<MethodDescriptor, Boolean>
Optional predicate for filtering results.

Return Value

Type: System.Collections.Generic::IEnumerable<MethodDescriptor>
List of available methods.
Show: