Clarify asynchronous nature of wxWebRequest::Cancel() in the docs
This commit is contained in:
@@ -196,6 +196,10 @@ public:
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
Cancel an active request.
|
Cancel an active request.
|
||||||
|
|
||||||
|
Note that cancelling is asynchronous, so the application needs to wait
|
||||||
|
until the request state becomes @c State_Cancelled to know when the
|
||||||
|
request was really cancelled.
|
||||||
*/
|
*/
|
||||||
void Cancel();
|
void Cancel();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user