Clarify asynchronous nature of wxWebRequest::Cancel() in the docs
This commit is contained in:
parent
dceb24ad7c
commit
5713d17ab0
1 changed files with 4 additions and 0 deletions
|
|
@ -196,6 +196,10 @@ public:
|
|||
|
||||
/**
|
||||
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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue