Returns the current instance of this extension as held in the current 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 static UnitOfWorkPerCallScopeExtension<T> Current { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property Current As UnitOfWorkPerCallScopeExtension(Of T)

See Also