单项选择题

A.Call the Invoke method of the delegate.
B.Call the BeginInvoke and EndInvoke methods of the delegate in the calling thread.
C.Call the BeginInvoke method by specifying a callback method to be executed when the delegate is complete.Call the EndInvoke method in the callback method.
D.Call the BeginInvoke method by specifying a callback method to be executed when the delegate is complete.Call the EndInvoke method of the delegate in the calling thread.