DefaultDependencyResolver::GetService Method

.NET Framework 4.5

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

public:
virtual Object^ GetService(
	Type^ serviceType
)

Parameters

serviceType
Type: System::Type

Return Value

Type: System::Object
Returns Object.

Implements

IDependencyResolver::GetService(Type)
Show: