Click or drag to resize

TransportFactoryContainerTryRemoveFactory(String, TransportType) Method


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

Parameters

localAddress  String
 
transportType  TransportType
 

Return Value

Boolean

Implements

ITransportFactoryContainerTryRemoveFactory(String, TransportType)
See Also