Queries the URL without waiting for the response. The callback is invoked when the response is available.
Namespace: NuGardt.Prowl.APIAssembly: NuGardt.Prowl.API (in NuGardt.Prowl.API.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax
Parameters
- Key
- Type:
System Object
Your key object.
- URL
- Type:
System String
The query URL.
- Callback
- Type:
System AsyncCallback
Address of callback method to deliver the response.
Return Value
Type:Returns an System.IAsyncResult.
Remarks
See Also