IConnectionClientLogPresenterProviderInvokeOnBackgroundThread Method |
Invokes the callback passed across on a background thread.
Namespace: VirtualRadar.Interface.PresenterAssembly: 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
)
Sub InvokeOnBackgroundThread (
callbackMethod As Action(Of IList(Of LogClient)),
lookupClients As IList(Of LogClient)
)
void InvokeOnBackgroundThread(
Action<IList<LogClient^>^>^ callbackMethod,
IList<LogClient^>^ lookupClients
)
abstract InvokeOnBackgroundThread :
callbackMethod : Action<IList<LogClient>> *
lookupClients : IList<LogClient> -> unit
Parameters
- callbackMethod
- Type: SystemActionIListLogClient
- lookupClients
- Type: System.Collections.GenericIListLogClient
See Also