ISettingsPresenterProviderTestNetworkConnection Method |
Returns the exception (if any) that was thrown while attempting to establish a connection to a data feed
using the network settings passed across.
Namespace: VirtualRadar.Interface.PresenterAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Exception TestNetworkConnection(
string address,
int port
)
Function TestNetworkConnection (
address As String,
port As Integer
) As Exception
Exception^ TestNetworkConnection(
String^ address,
int port
)
abstract TestNetworkConnection :
address : string *
port : int -> Exception
Parameters
- address
- Type: SystemString
- port
- Type: SystemInt32
Return Value
Type:
ExceptionSee Also