TransportFactoryContainerTryRemoveFactory Method (String, TransportType) |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: SystemString
- transportType
- Type: Ozeki.NetworkTransportType
Return Value
Type:
BooleanImplements
ITransportFactoryContainerTryRemoveFactory(String, TransportType)See Also