Click or drag to resize

TransportFactoryContainerTryRemoveFactory(String, TransportType, TransportShareMode) Method


Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public bool TryRemoveFactory(
	string localAddress,
	TransportType transportType,
	TransportShareMode mode
)

Parameters

localAddress  String
 
transportType  TransportType
 
mode  TransportShareMode
 

Return Value

Boolean

Implements

ITransportFactoryContainerTryRemoveFactory(String, TransportType, TransportShareMode)
See Also