IMethodDescriptorProvider::GetMethods Method

.NET Framework 4.5

Retrieve all methods on a given hub.

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

IEnumerable<MethodDescriptor^>^ GetMethods(
	HubDescriptor^ hub
)

Parameters

hub
Type: Microsoft.AspNet.SignalR.Hubs::HubDescriptor
Hub descriptor object.

Return Value

Type: System.Collections.Generic::IEnumerable<MethodDescriptor>
Available methods.
Show: