Initializes the DistributedUnitOfWork and configures the WCF bindings using the supplied binding and address.

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 DistributedUnitOfWork(
	LightSpeedContext context,
	Binding binding,
	EndpointAddress address
)
Visual Basic (Declaration)
Public Sub New ( _
	context As LightSpeedContext, _
	binding As Binding, _
	address As EndpointAddress _
)

Parameters

context
Type: Mindscape.LightSpeed..::.LightSpeedContext
The LightSpeedContext to be used when creating the DistributedUnitOfWork.
binding
Type: System.ServiceModel.Channels..::.Binding
The Binding to be used when communication with the service endpoint.
address
Type: System.ServiceModel..::.EndpointAddress
The EndpointAddress of the DistributedUnitOfWork service endpoint.

See Also