backgroundworker的意思
backgroundworker中文翻譯:
后臺工作人員
footpaths background───人行道背景
checkmate background checks───核對背景調查
cultural backgrounds───文化背景(culturalbackground的復數)
background color───背景顏色
background───vt.作…的背景;adj.背景的;發布背景材料的;n.背景;隱蔽的位置
parchment background───羊皮紙背景
eery background───每個背景
acolyte background 5e───助手背景5e
background music───背景音樂;陪襯音樂
background image───背景影像;背景圖像
You are now ready to add event handlers for the BackgroundWorker component's asynchronous events.───現在已準備好為BackgroundWorker組件的異步事件添加事件處理程序。
The BackgroundWorker class exposes the DoWork event, to which your worker thread is attached through a DoWork event handler.───BackgroundWorker類公開DoWork事件,您的輔助線程通過DoWork事件處理程序附加到該事件。
To implement the periodic animation feature, you will use BackgroundWorker objects from the System. ComponentModel namespace.───為實現周期動畫特性,需要使用System.ComponentModel命名空間中的BackgroundWorker對象。
Use multiple BackgroundWorker objects for several simultaneous operations.───在同時進行的幾項操作中使用多個BackgroundWorker對象。
Instead, a reference to the BackgroundWorker that raised this event is recovered from the sender parameter.───相反,引發此事件的BackgroundWorker引用將從sender參數恢復。
By using BackgroundWorker, the Dispatcher is being employed automatically to invoke cross-thread method calls.───通過使用BackgroundWorker,可自動應用Dispatcher來調用跨線程方法調用。