DefaultDependencyResolver::Register Method (Type, IEnumerable<Func<Object>>)

.NET Framework 4.5

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

public:
virtual void Register(
	Type^ serviceType, 
	IEnumerable<Func<Object^>^>^ activators
)

Parameters

serviceType
Type: System::Type
activators
Type: System.Collections.Generic::IEnumerable<Func<Object>>

Implements

IDependencyResolver::Register(Type, IEnumerable<Func<Object>>)
Show: