An event which is raised when a ChannelFactory is created by the DistributedUnitOfWork.

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 event DistributedUnitOfWork..::.FactoryCreatedEventHandler FactoryCreated
Visual Basic (Declaration)
Public Event FactoryCreated As DistributedUnitOfWork..::.FactoryCreatedEventHandler

See Also