A WCF extension for the OperationContext.

Namespace:  Mindscape.LightSpeed.ServiceModel
Assembly:  Mindscape.LightSpeed.ServiceModel (in Mindscape.LightSpeed.ServiceModel.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public class UnitOfWorkPerCallScopeExtension<T> : IExtension<OperationContext> where T : new(), IUnitOfWork
Visual Basic (Declaration)
Public Class UnitOfWorkPerCallScopeExtension(Of T As {New, IUnitOfWork}) _
	Implements IExtension(Of OperationContext)

Type Parameters

T

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed.ServiceModel..::.UnitOfWorkPerCallScopeExtension<(Of <(T>)>)

See Also