A WCF extension for the OperationContext.
Namespace:
Mindscape.LightSpeed.ServiceModelAssembly: 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