Delegate which describes an event for the creation of a ChannelFactory.

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 delegate void FactoryCreatedEventHandler(
	Object sender,
	FactoryEventArgs args
)
Visual Basic (Declaration)
Public Delegate Sub FactoryCreatedEventHandler ( _
	sender As Object, _
	args As FactoryEventArgs _
)

Parameters

sender
Type: System..::.Object
The event sender.
args
Type: Mindscape.LightSpeed.ServiceModel..::.FactoryEventArgs
The arguments describing the ChannelFactory which raised the request.

See Also