单项选择题
A.Use the AsyncResult.SyncProcessMessage method.
B.Call the BeginInvoke method, perform the upload, and then call the EndInvoke method
C.Retrieve a WaitHandle from an implementation of the IAsyncResult interface before the upload.
D.Set the IsCompleted property on an implementation of the IAsyncResult interface before the upload.
多项选择题 YoudiscoverthataparticulargroupofsettingsnamedUserPreferenceschanges.YouneedtostoretheUserPreferencesettingstopreventaffectingotherapplications.Whichtwoactionsshouldyouperform?()
单项选择题 You create an isntance of a BackgroundWorker Component named backgroundworker1.You discover that when the application attempts to cancel the background process you get an exception from the following code segment: backgroundworker1.CancelAsync(); You need to configure the BackgroundWorker component appropriately to prevent to application from exception.What should you do?()
单项选择题 YouarecreatingaWindowsFormsapplicationbyusingthe.NetFramework3.5.Youplantodesignacompositecontrolfortheapplication.Youneedtoderivethecontrolfromabaseclassthatsupportstemplates.Whatshouldyoudo?()