TransactionHandlerResolver.GetService Method (Type, Object)

 

If the given type is Func<TResult>, then this method will attempt to return the service to use, otherwise it will return null. When the given type is Func<TResult>, then the key is expected to be a ExecutionStrategyKey.

Namespace:   System.Data.Entity.Infrastructure.DependencyResolution
Assembly:  EntityFramework (in EntityFramework.dll)

public object GetService(
	Type type,
	object key
)

Parameters

type
Type: System.Type

The service type to resolve.

key
Type: System.Object

A key used to make a determination of the service to return.

Return Value

Type: System.Object

An Func<TResult>, or null.