TransportFactoryContainerTryGetFactories Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic IEnumerable<ITransportFactory> TryGetFactories(
TransportType transportType
)
Public Function TryGetFactories (
transportType As TransportType
) As IEnumerable(Of ITransportFactory)
public:
virtual IEnumerable<ITransportFactory^>^ TryGetFactories(
TransportType transportType
) sealed
abstract TryGetFactories :
transportType : TransportType -> IEnumerable<ITransportFactory>
override TryGetFactories :
transportType : TransportType -> IEnumerable<ITransportFactory>
Parameters
- transportType TransportType
-
Return Value
IEnumerableITransportFactoryImplements
ITransportFactoryContainerTryGetFactories(TransportType)
See Also