Click or drag to resize
GDServiceSendingFailedHandler Delegate
This callback is invoked whenever the delivery of service response/request via the BlackBerry Inter-Container Communication (ICC) system fails.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public delegate void GDServiceSendingFailedHandler(
	string targetApp,
	GDServiceError error,
	string requestId
)

Parameters

targetApp
Type: SystemString
BlackBerry Dynamics Entitlement identifier of the application to which the service response/request was sent.
error
Type: GDGDServiceError
Error object transporting information about possible request/response sending fail reasons.
requestId
Type: SystemString
The unique ID of the service request/response to which the sending has failed.
See Also

Reference