Click or drag to resize
IConnectionClientLogPresenterProvider Interface
The interface for objects that abstract away the environment and background thread work for IConnectionClientLogPresenter.

Namespace: VirtualRadar.Interface.Presenter
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IConnectionClientLogPresenterProvider

The IConnectionClientLogPresenterProvider type exposes the following members.

Methods
  NameDescription
Public methodInvokeOnBackgroundThread
Invokes the callback passed across on a background thread.
Public methodLookupReverseDns
Performs a reverse DNS lookup on the IP address passed across.
Top
See Also