TransactionHandlerResolver.GetService(Type, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public object GetService (Type type, object key);
abstract member GetService : Type * obj -> obj
override this.GetService : Type * obj -> obj
Parameters
- type
- Type
The service type to resolve.
- key
- Object
A key used to make a determination of the service to return.
Returns
An Func<TResult>, or null.
Implements
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework