TransportFactoryContainer.TryRemoveFactory Method (String, TransportType, TransportShareMode) |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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
- Type: System.String
- transportType
- Type: Ozeki.Network.TransportType
- mode
- Type: Ozeki.Network.TransportShareMode
Return Value
Type:
BooleanImplements
ITransportFactoryContainer.TryRemoveFactory(String, TransportType, TransportShareMode)
See Also