IConnectionClientLogViewRefreshClientReverseDnsDetails Method |
Refreshes the display of a client's reverse DNS details. This may not be called on a GUI thread.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void RefreshClientReverseDnsDetails(
LogClient client
)
Sub RefreshClientReverseDnsDetails (
client As LogClient
)
void RefreshClientReverseDnsDetails(
LogClient^ client
)
abstract RefreshClientReverseDnsDetails :
client : LogClient -> unit
Parameters
- client
- Type: VirtualRadar.Interface.DatabaseLogClient
See Also