SetStatusCallback
$
Initializes the callback routine that is used to return data about the progress of an asynchronous operation. This is one of the steps required to perform asynchronous operations; the complete procedure is:
At this point, control returns immediately to Perl and
$inet->Error()
will return
997
, which means an asynchronous I/O operation is pending. Now, you can call:
in a loop to verify what's happening; see also$http->GetStatusCallback(1);
GetStatusCallback
.
![]() Copyright © 2001 O'Reilly & Associates. All rights reserved. |
|