单项选择题

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.