DefaultDependencyResolver::Register Method (Type, 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, 
	Func<Object^>^ activator
)

Parameters

serviceType
Type: System::Type
activator
Type: System::Func<Object>

Implements

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