DefaultParameterResolver::ResolveMethodParameters Method

.NET Framework 4.5

Resolves method parameter values based on provided objects.

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

public:
virtual IList<Object^>^ ResolveMethodParameters(
	MethodDescriptor^ method, 
	IList<IJsonValue^>^ values
)

Parameters

method
Type: Microsoft.AspNet.SignalR.Hubs::MethodDescriptor
The method descriptor.
values
Type: System.Collections.Generic::IList<IJsonValue>
The list of values to resolve parameter values from.

Return Value

Type: System.Collections.Generic::IList<Object>
The array of parameter values.

Implements

IParameterResolver::ResolveMethodParameters(MethodDescriptor, IList<IJsonValue>)
Show: