Initializes a new instance of the DistributedUnitOfWorkFactory 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 DistributedUnitOfWorkFactory(
	Binding binding,
	EndpointAddress endpointAddress
)
Visual Basic (Declaration)
Public Sub New ( _
	binding As Binding, _
	endpointAddress As EndpointAddress _
)

Parameters

binding
Type: System.ServiceModel.Channels..::.Binding
The binding.
endpointAddress
Type: System.ServiceModel..::.EndpointAddress
The endpoint address.

See Also