Click or drag to resize

TransportFactoryContainerTryRemoveFactory Method (String, TransportType)

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

Parameters

localAddress
Type: SystemString
transportType
Type: Ozeki.NetworkTransportType

Return Value

Type: Boolean

Implements

ITransportFactoryContainerTryRemoveFactory(String, TransportType)
See Also