Click or drag to resize
IConnectionClientLogPresenterProviderInvokeOnBackgroundThread Method
Invokes the callback passed across on a background thread.

Namespace: VirtualRadar.Interface.Presenter
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void InvokeOnBackgroundThread(
	Action<IList<LogClient>> callbackMethod,
	IList<LogClient> lookupClients
)

Parameters

callbackMethod
Type: SystemActionIListLogClient
lookupClients
Type: System.Collections.GenericIListLogClient
See Also