IDependencyResolver.GetService Method
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Function GetService ( _
serviceType As Type _
) As Object
'Usage
Dim instance As IDependencyResolver
Dim serviceType As Type
Dim returnValue As Object
returnValue = instance.GetService(serviceType)
Object GetService(
Type serviceType
)
Object^ GetService(
Type^ serviceType
)
abstract GetService :
serviceType:Type -> Object
function GetService(
serviceType : Type
) : Object
Parameters
- serviceType
Type: System.Type
Return Value
Type: System.Object
Returns Object.