NuGardt SoftwareProwlService QueryAndParseEnd Method NuGardt
Parses the IAsyncResult.

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 Exception QueryAndParseEnd(
	IAsyncResult Result,
	out Object Key,
	out ProwlResult Response
)

Parameters

Result
Type: OnlineSystem IAsyncResult
The IAsyncResult from the Callback.
Key
Type: OnlineSystem Object 
Your key object.
Response
Type: NuGardt.Prowl.API ProwlResult 
Contains the parsed response if successful otherwise Nothing.

Return Value

Type: OnlineException
Return an System.Exception if an error occurred otherwise Nothing.
Remarks

See Also