ITransportFactoryContainerTryGetFactory Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
SyntaxITransportFactory TryGetFactory(
string localAddress,
TransportType transportType,
TransportShareMode mode = TransportShareMode.Exclusive
)
Function TryGetFactory (
localAddress As String,
transportType As TransportType,
Optional mode As TransportShareMode = TransportShareMode.Exclusive
) As ITransportFactory
ITransportFactory^ TryGetFactory(
String^ localAddress,
TransportType transportType,
TransportShareMode mode = TransportShareMode::Exclusive
)
abstract TryGetFactory :
localAddress : string *
transportType : TransportType *
?mode : TransportShareMode
(* Defaults:
let _mode = defaultArg mode TransportShareMode.Exclusive
*)
-> ITransportFactory
Parameters
- localAddress String
-
- transportType TransportType
-
- mode TransportShareMode (Optional)
-
Return Value
ITransportFactory
See Also