NuGardt SoftwareProwlService AddNotificationEnd Method NuGardt
Gets the response after the callback.

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

Parameters

Result
Type: OnlineSystem IAsyncResult
Asynchronous result
Key
Type: OnlineSystem Object 
Contains your key for tracking asynchronous calls.
Response
Type: NuGardt.Prowl.API ProwlResult 
Contains response if applicable.

Return Value

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

See Also