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

.NET Framework 4.5

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

void Register(
	Type^ serviceType, 
	Func<Object^>^ activator
)

Parameters

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