Creates a service scope associated with the current http context

Namespace: Composite.Core.Application
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public static void CreateRequestServicesScope(
	HttpContext context
)
Visual Basic
Public Shared Sub CreateRequestServicesScope ( _
	context As HttpContext _
)
Visual C++
public:
static void CreateRequestServicesScope(
	HttpContext^ context
)

Parameters

context
Type: System.Web..::..HttpContext

[Missing <param name="context"/> documentation for "M:Composite.Core.Application.ServiceLocator.CreateRequestServicesScope(System.Web.HttpContext)"]

See Also