NuGardt SoftwareProwlService QueryAndParseBegin Method NuGardt
Queries the URL without waiting for the response. The callback is invoked when the response is available.

Namespace: NuGardt.Prowl.API
Assembly: NuGardt.Prowl.API (in NuGardt.Prowl.API.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax

public static IAsyncResult QueryAndParseBegin(
	Object Key,
	string URL,
	AsyncCallback Callback
)

Return Value

Type: OnlineIAsyncResult
Returns an System.IAsyncResult.
Remarks

See Also