Click or drag to resize

ChannelFactoryBuilderGetChannelFactoryT Method

[This is preliminary documentation and is subject to change.]

Gets the channel factory.

Namespace:  TrafficSimulation.Common
Assembly:  TrafficSimulation.Common (in TrafficSimulation.Common.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public static ChannelFactory<T> GetChannelFactory<T>(
	string endpointAdress
)

Parameters

endpointAdress
Type: SystemString
The endpoint adress.

Type Parameters

T
Type of Service

Return Value

Type: ChannelFactoryT

[Missing <returns> documentation for "M:TrafficSimulation.Common.ChannelFactoryBuilder.GetChannelFactory``1(System.String)"]

See Also