ISettingsViewShowTestConnectionResults Method |
Displays the results of a connection test attempt to the user.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void ShowTestConnectionResults(
string message,
string title
)
Sub ShowTestConnectionResults (
message As String,
title As String
)
void ShowTestConnectionResults(
String^ message,
String^ title
)
abstract ShowTestConnectionResults :
message : string *
title : string -> unit
Parameters
- message
- Type: SystemString
- title
- Type: SystemString
See Also