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