Initializes a new instance of the UnitOfWorkMessageInspector<(Of <(T>)>) class.

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 UnitOfWorkMessageInspector(
	string contextName
)
Visual Basic (Declaration)
Public Sub New ( _
	contextName As String _
)

Parameters

contextName
Type: System..::.String
Name of the context.

See Also