TransportFactoryContainerTryGetFactory Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public ITransportFactory TryGetFactory(
string localAddress,
TransportType transportType,
TransportShareMode mode = TransportShareMode.Exclusive
)
Public Function TryGetFactory (
localAddress As String,
transportType As TransportType,
Optional mode As TransportShareMode = TransportShareMode.Exclusive
) As ITransportFactory
public:
virtual ITransportFactory^ TryGetFactory(
String^ localAddress,
TransportType transportType,
TransportShareMode mode = TransportShareMode::Exclusive
) sealed
abstract TryGetFactory :
localAddress : string *
transportType : TransportType *
?mode : TransportShareMode
(* Defaults:
let _mode = defaultArg mode TransportShareMode.Exclusive
*)
-> ITransportFactory
override TryGetFactory :
localAddress : string *
transportType : TransportType *
?mode : TransportShareMode
(* Defaults:
let _mode = defaultArg mode TransportShareMode.Exclusive
*)
-> ITransportFactory
Parameters
- localAddress
- Type: SystemString
- transportType
- Type: Ozeki.NetworkTransportType
- mode (Optional)
- Type: Ozeki.NetworkTransportShareMode
Return Value
Type:
ITransportFactoryImplements
ITransportFactoryContainerTryGetFactory(String, TransportType, TransportShareMode)See Also