TransportFactoryContainerTryRemoveFactory(String, TransportType) Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic bool TryRemoveFactory(
string localAddress,
TransportType transportType
)
Public Function TryRemoveFactory (
localAddress As String,
transportType As TransportType
) As Boolean
public:
virtual bool TryRemoveFactory(
String^ localAddress,
TransportType transportType
) sealed
abstract TryRemoveFactory :
localAddress : string *
transportType : TransportType -> bool
override TryRemoveFactory :
localAddress : string *
transportType : TransportType -> bool
Parameters
- localAddress String
-
- transportType TransportType
-
Return Value
BooleanImplements
ITransportFactoryContainerTryRemoveFactory(String, TransportType)
See Also