Click or drag to resize

FactoryCreateScope Method

Creates an IServiceScope which contains an IServiceProvider used to resolve dependencies

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public IServiceScope CreateScope()

Return Value

Type: IServiceScope
IServiceScope

Implements

IServiceScopeFactory.CreateScope
See Also