Suoranta.EnterpriseLib.Web - Developer API

ResolverExtensions..::..TryGetService Method

Namespace:  Suoranta.EnterpriseLib.Web.Util
Assembly:  Suoranta.EnterpriseLib.Web (in Suoranta.EnterpriseLib.Web.dll)

Syntax


public static bool TryGetService(
	this ServiceProvider resolver,
	Type serviceType,
	out Object service
)

Parameters

resolver
Type: ServiceProvider
serviceType
Type: Type
service
Type: Object%