 | 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)
Syntaxpublic static ChannelFactory<T> GetChannelFactory<T>(
string endpointAdress
)
Public Shared Function GetChannelFactory(Of T) (
endpointAdress As String
) As ChannelFactory(Of T)
public:
generic<typename T>
static ChannelFactory<T>^ GetChannelFactory(
String^ endpointAdress
)
static member GetChannelFactory :
endpointAdress : string -> ChannelFactory<'T>
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