LogViewer.FileLogEntryController.WrappedDispatcher.Invoke C# (CSharp) Method

Invoke() public method

public Invoke ( System.Action threadStart ) : void
threadStart System.Action
return void
            public void Invoke(Action threadStart)
            {
                Dispatcher.BeginInvoke(DispatcherPriority.Background,
                       threadStart);
            }
FileLogEntryController.WrappedDispatcher