This topic has not yet been rated - Rate this topic

IServiceProvider.GetService Method

IIS 7.0

Gets the service object of the specified type.

Namespace:  Microsoft.Web.Management.Client.Extensions
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)
Object IServiceProvider.GetService(
	Type serviceType
)

Parameters

serviceType
Type: System..::..Type
An object that specifies the type of service object to get.

Return Value

Type: System..::..Object
A service object of the type specified by the serviceType parameter, or nullNothingnullptrunita null reference (Nothing in Visual Basic) if there is no service object of type serviceType.

Implements

IServiceProvider..::..GetService(Type)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.