TransportFactoryContainerGetAll Method |
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic IEnumerable<ITransportFactory> GetAll()
Public Function GetAll As IEnumerable(Of ITransportFactory)
public:
virtual IEnumerable<ITransportFactory^>^ GetAll() sealed
abstract GetAll : unit -> IEnumerable<ITransportFactory>
override GetAll : unit -> IEnumerable<ITransportFactory>
Return Value
Type:
IEnumerableITransportFactoryImplements
ITransportFactoryContainerGetAll
See Also