DefaultHubManager::GetHubMethod Method

.NET Framework 4.5

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

public:
virtual MethodDescriptor^ GetHubMethod(
	String^ hubName, 
	String^ method, 
	IList<IJsonValue^>^ parameters
) sealed

Parameters

hubName
Type: System::String
method
Type: System::String
parameters
Type: System.Collections.Generic::IList<IJsonValue>

Implements

IHubManager::GetHubMethod(String, String, IList<IJsonValue>)
Show: