नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Removes the event handler set by the add_completedRequest method.
Sys.Net.WebRequestManager.remove_completedRequest(handler);
Parameters
Parameter |
Description |
|---|---|
handler |
The function that handles the completed request event. |
Remarks
Use the remove_ completedRequest method to remove the event handler you set using the add_ completedRequest method.
Example
The following example shows how to remove the event handler. This code is part of a complete example found in the WebRequestManager class overview.
Sys.Net.WebRequestManager.remove_completedRequest(On_WebRequestCompleted);
See Also
Reference
Sys.Net.WebRequestManager Class