Declaration Syntax
Function BeginGetResponse( _
ByVal callback As AsyncCallback, _
ByVal state As Object _
) As IAsyncResult
IAsyncResult BeginGetResponse(
AsyncCallback callback,
object state
);
IAsyncResult BeginGetResponse(
AsyncCallback callback,
Object state
);
function BeginGetResponse(
callback : AsyncCallback,
state : Object
) : IAsyncResult;
Parameters
- callback
- The callback function (if any) to call when the asynchronous request completes.
- state
- State to pass into the asynchronous callback.
Return Value
The System.IAsyncResult from this call.Requirements
Namespace: Eas.WebCrawler.InterfacesAssembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)